Gets and sets a pixel value of zero to black or white.
[Obsolete("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public bool SwapBlackAndWhite {get; set;}
[Obsolete("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
);
[Obsolete("PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.")]
public:
property bool SwapBlackAndWhite {
bool get();
void set ( bool value);
}
'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 SaveOptionsPdf
Dim value As Boolean
instance.SwapBlackAndWhite = value
value = instance.SwapBlackAndWhite
Property Value
A boolean value which is
true to define black = 1 and white = 0. Otherwise,
false determines that white = 1 and black = 0.