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




Accusoft.ScanFixXpressSdk Namespace > ColorDropOptions Class : Extract Property
Gets and sets flag for extracting specified color regions and dropping all others to DropToColor.
Syntax
'Declaration
 
Public Property Extract As Boolean
'Usage
 
Dim instance As ColorDropOptions
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.

See Also

Reference

ColorDropOptions Class
ColorDropOptions Members

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