Gets and sets flag for extracting specified color regions and dropping all others to
DropToColor.
Syntax
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);
}
'Declaration
Public Property Extract As Boolean
'Usage
Dim instance As ColorDropOptions
Dim value As Boolean
instance.Extract = value
value = instance.Extract
See Also