VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / KodakDeviceProfileCollection Class / KodakDeviceProfileCollection Constructor(Device)
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    KodakDeviceProfileCollection Constructor(Device)
    В этом разделе
    Initializes a new instance of the KodakDeviceProfileCollection class.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal device
    The Kodak device.
    As Device _
    )
    public KodakDeviceProfileCollection(
    Device device
    )
    public: KodakDeviceProfileCollection(
    Device* device
    )
    public:
    KodakDeviceProfileCollection(
    Device^ device
    )

    Parameters

    device
    The Kodak device.
    Исключения
    ИсключениеОписание
    Thrown if device is null.
    Thrown if device is disposed.
    Thrown if device is closed.
    Thrown if device is not Kodak device.
    Thrown if device is Kodak device and device does not support profiles.
    Требования

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

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