Accusoft.ImagXpress13.Net
SwapBlackAndWhite Property (LoadOptionsJbig2)




Gets and sets an indicator which determines to use industry black and white defaults.
Syntax
'Declaration
 
Public Property SwapBlackAndWhite As Boolean
'Usage
 
Dim instance As LoadOptionsJbig2
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);
}

Property Value

A boolean value which is true to use industry black and white defaults. Otherwise, false is returned.
Remarks

The default value is false.

false (0) - Black is zero and white is one.

true (1) - White is zero and black is one.

See Also

Reference

LoadOptionsJbig2 Class
LoadOptionsJbig2 Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback