Accusoft.ImagXpress13.Net
PreserveBlack Property (LoadOptions)




Gets and sets an indicator that preserve black should be applied to the image when it is loaded.
Syntax
'Declaration
 
Public Property PreserveBlack As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.PreserveBlack = value
 
value = instance.PreserveBlack
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);
}

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.
Remarks

When this property is set to true, it enhances the black objects within an image to increase readability.

Note: This property permanently modifies the image stored in the ImageX object.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback