'Declaration <DescriptionAttribute("Determines that TWAIN 2.0 Data Source Manager should be used.")> Public Property IsTwain2Compatible As Boolean
'Usage Dim instance As DeviceManager Dim value As Boolean instance.IsTwain2Compatible = value value = instance.IsTwain2Compatible
[Description("Determines that TWAIN 2.0 Data Source Manager should be used.")] public bool IsTwain2Compatible {get; set;}
[Description("Determines that TWAIN 2.0 Data Source Manager should be used.")] public: __property bool get_IsTwain2Compatible(); public: __property void set_IsTwain2Compatible( bool value );
[Description("Determines that TWAIN 2.0 Data Source Manager should be used.")] public: property bool IsTwain2Compatible { bool get(); void set ( bool value); }
Property Value
true - TWAINDSM.DLL should be used as Data Source Manager,false (default value) - TWAIN_32.DLL should be used as Data Source Manager. Default value is false.