Accusoft.ImagXpress13.Net
SwapBlackAndWhite Property (LoadOptionsPdf)




Gets and sets a pixel value of zero to black or white.
Syntax
'Declaration
 
Public Property SwapBlackAndWhite As Boolean
'Usage
 
Dim instance As LoadOptionsPdf
Dim value As Boolean
 
instance.SwapBlackAndWhite = value
 
value = instance.SwapBlackAndWhite
public bool SwapBlackAndWhite {get; set;}
public: __property bool get_SwapBlackAndWhite();
public: __property void set_SwapBlackAndWhite( 
   bool value
);
public:
property bool SwapBlackAndWhite {
   bool get();
   void set (    bool value);
}
Remarks

This property is set to false by default.

When true, the definition of black and white are reversed upon loading the image. 1= black and 0 = white.

When false, values of black and white are normal, 0 = black and 1 = white.

This property pertains only to the G4 (CCITT fax protocal) compression type.

See Also

Reference

LoadOptionsPdf Class
LoadOptionsPdf Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback