Gets and sets an indicator to invert the color of Raw or Ccitt compressed image data.
public bool OneIsBlack {get; set;}
public: __property bool get_OneIsBlack();
public: __property void set_OneIsBlack(
bool value
);
public:
property bool OneIsBlack {
bool get();
void set ( bool value);
}
'Declaration
Public Property OneIsBlack As Boolean
'Usage
Dim instance As ImageDataInfo
Dim value As Boolean
instance.OneIsBlack = value
value = instance.OneIsBlack
Property Value
A boolean value which is
true to invert the color. Otherwise,
false should be used.