VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WinTwain Namespace / KodakDeviceProfileCollection Class / KodakDeviceProfileCollection Constructor(Device)
Syntax Exceptions Requirements SeeAlso
In This Topic
    KodakDeviceProfileCollection Constructor(Device)
    In This Topic
    Initializes a new instance of the KodakDeviceProfileCollection class.
    Syntax
    '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.
    Exceptions
    ExceptionDescription
    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.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also