Accusoft.ImagXpress13.Net
SwapBlackAndWhite Property (LoadOptionsPdf)




Gets and sets a pixel value of zero to black or white.
Syntax
'Declaration
 
<ObsoleteAttribute("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")>
Public Property SwapBlackAndWhite As Boolean
'Usage
 
Dim instance As LoadOptionsPdf
Dim value As Boolean
 
instance.SwapBlackAndWhite = value
 
value = instance.SwapBlackAndWhite
[ObsoleteAttribute("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public bool SwapBlackAndWhite {get; set;}
[ObsoleteAttribute("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public: __property bool get_SwapBlackAndWhite();
public: __property void set_SwapBlackAndWhite( 
   bool value
);
[ObsoleteAttribute("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public:
property bool SwapBlackAndWhite {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the definition of black and white are reversed when loading the image: 1 = black and 0 = white. Otherwise, false is returned.
Remarks
This property pertains only to the G4 (CCITT fax protocol) compression type.

Note: PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.

See Also

Reference

LoadOptionsPdf Class
LoadOptionsPdf Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback