VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / VintasoftBarcodeWebService Constructors / VintasoftBarcodeWebService Constructor(String)
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    VintasoftBarcodeWebService Constructor(String)
    В этом разделе
    Инициализирует новый экземпляр класса VintasoftBarcodeWebService.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal applicationPath
    Абсолютный путь к каталогу приложения.
    As String _
    )
    public VintasoftBarcodeWebService(
    string applicationPath
    )
    public: VintasoftBarcodeWebService(
    string* applicationPath
    )
    public:
    VintasoftBarcodeWebService(
    string^ applicationPath
    )

    Parameters

    applicationPath
    Абсолютный путь к каталогу приложения.
    Ремарки

    Этот конструктор создает хранилище данных, в котором хранятся изображения в каталоге "{applicationPath}\\UploadedImageFiles".

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также