VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain Namespace / DeviceManager Class / VintasoftTwainServiceDataPath Property
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    VintasoftTwainServiceDataPath Свойство (DeviceManager)
    В этом разделе
    Gets or sets a path to a directory, where data of VintaSoft TWAIN service must be saved. The VintaSoft TWAIN service is used for accessing 32-bit devices from 64-bit application.
    Синтаксис
    'Declaration
    
    Public Property VintasoftTwainServiceDataPath As String
    
    
    public string VintasoftTwainServiceDataPath { get; set; }
    
    
    public: __property string* get_VintasoftTwainServiceDataPath();
    public: __property void set_VintasoftTwainServiceDataPath(
    string* value
    );
    public:
    property string^ VintasoftTwainServiceDataPath { string^ get(); void set(string^ value); }
    Исключения
    ИсключениеОписание
    Throw if value is null.
    Ремарки

    This property must be called before calling the Open method.

    Требования

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

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