ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / DataSourceManagerVersion Property




In This Topic
    DataSourceManagerVersion Property
    In This Topic
    Gets or sets the version of the TWAIN Data Source Manager (DSM) to open.
    Syntax
    'Declaration
     
    Public Property DataSourceManagerVersion As ImGearTWAIN.DSMVersion
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As ImGearTWAIN.DSMVersion
     
    instance.DataSourceManagerVersion = value
     
    value = instance.DataSourceManagerVersion
    public ImGearTWAIN.DSMVersion DataSourceManagerVersion {get; set;}
    public: __property ImGearTWAIN.DSMVersion get_DataSourceManagerVersion();
    public: __property void set_DataSourceManagerVersion( 
       ImGearTWAIN.DSMVersion value
    );
    public:
    property ImGearTWAIN.DSMVersion DataSourceManagerVersion {
       ImGearTWAIN.DSMVersion get();
       void set (    ImGearTWAIN.DSMVersion value);
    }

    Property Value

    DSMVersion enum.
    Remarks
    The DSM must be re-opened for the change in version to take affect.
    See Also