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

    Parameters

    profileFilePath
    A path to a file, which contains the profiles data.
    Исключения
    ИсключениеОписание
    Throw if filename is null or empty.
    Thrown if device is disposed.
    Thrown if device is closed.
    Thrown 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

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