Accusoft.ISISXpress7.Net
ScanSetting Property




Gets and sets the ScanSettingInfo enumeration scanner setting.
Syntax
'Declaration
 
Public Property ScanSetting As ScanSettingInfo
'Usage
 
Dim instance As Setting
Dim value As ScanSettingInfo
 
instance.ScanSetting = value
 
value = instance.ScanSetting
public ScanSettingInfo ScanSetting {get; set;}
public: __property ScanSettingInfo get_ScanSetting();
public: __property void set_ScanSetting( 
   ScanSettingInfo value
);
public:
property ScanSettingInfo ScanSetting {
   ScanSettingInfo get();
   void set (    ScanSettingInfo value);
}

Property Value

A ScanSettingInfo enumeration value set.
Remarks

All scanner settings are modified by setting the Setting property's ScanSetting property to the appropriate setting and then using one of the setting properties such as the LongValue property or the StringValue property to set up the scanner.

Setting this property also automatically sets the Advanced property to true.

See Also

Reference

Setting Class
Setting Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback