VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / VintasoftBarcodeWebService Constructors / VintasoftBarcodeWebService Constructor(String)
Syntax Remarks Requirements SeeAlso
In This Topic
VintasoftBarcodeWebService Constructor(String)
In This Topic
Initializes a new instance of the VintasoftBarcodeWebService class.
Syntax
'Declaration

Public Function New( _
ByVal applicationPath
An absolute path to the application directory.
As String _
)
public VintasoftBarcodeWebService(
string applicationPath
)

Parameters

applicationPath
An absolute path to the application directory.
Remarks

This constructor creates the data storage, which stores images in directory "{applicationPath}\\UploadedImageFiles".

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also