Gets and sets an indicator which determines to use industry black and white defaults.
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);
}
'Declaration
Public Property SwapBlackAndWhite As Boolean
'Usage
Dim instance As LoadOptionsJbig2
Dim value As Boolean
instance.SwapBlackAndWhite = value
value = instance.SwapBlackAndWhite
Property Value
A boolean value which is
true to use industry black and white defaults. Otherwise,
false is returned.