ScanFix Xpress v9.0 for .NET - Updated
Extract Property (VirtualBulbOptions)




Accusoft.ScanFixXpressSdk Namespace > VirtualBulbOptions Class : Extract Property
Gets and sets flag to extract specified list of hues by converting them to black and drop all other hues (including black) to white.
Syntax
'Declaration
 
Public Property Extract As Boolean
'Usage
 
Dim instance As VirtualBulbOptions
Dim value As Boolean
 
instance.Extract = value
 
value = instance.Extract
public bool Extract {get; set;}
public: __property bool get_Extract();
public: __property void set_Extract( 
   bool value
);
public:
property bool Extract {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

Normal operation is to drop specified hues to white and convert all other hues to black. Enabling Extract will keep only the specified hues.

See Also

Reference

VirtualBulbOptions Class
VirtualBulbOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.