Gets and sets an indicator that preserve black should be applied to the image when it is loaded.
public bool PreserveBlack {get; set;}
public: __property bool get_PreserveBlack();
public: __property void set_PreserveBlack(
bool value
);
public:
property bool PreserveBlack {
bool get();
void set ( bool value);
}
'Declaration
Public Property PreserveBlack As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.PreserveBlack = value
value = instance.PreserveBlack
Property Value
A boolean value which is
true for black objects (such as lines) are to be enhanced to increase readability. Otherwise,
false is returned and no black objects are applied.