VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / KodakDeviceProfileCollection Class / Export(String) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Export(String) Метод (KodakDeviceProfileCollection)
    В этом разделе
    Exports device profiles to the specified file.
    Синтаксис
    'Declaration
    
    Public Sub Export( _
    ByVal profileFilePath
    A path to a file, where profiles data must be saved.
    As String _
    )
    public void Export(
    string profileFilePath
    )
    public: void Export(
    string* profileFilePath
    )
    public:
    void Export(
    string^ profileFilePath
    )

    Parameters

    profileFilePath
    A path to a file, where profiles data must be saved.
    Исключения
    ИсключениеОписание
    Throw if filename is null or empty.
    Thrown if device is disposed.
    Thrown if device is closed or opened.
    Throw if operation is failed.
    Требования

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

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