public bool WhiteOnBlack {get; set;}
'Declaration
Public Property WhiteOnBlack As Boolean
'Usage
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
instance.WhiteOnBlack = value
value = instance.WhiteOnBlack
public bool WhiteOnBlack {get; set;}
@property (nonatomic, assign) BOOL whiteOnBlack;
public boolean getWhiteOnBlack()
public void setWhiteOnBlack(boolean value)
get_WhiteOnBlack();
set_WhiteOnBlack(value);
Object.defineProperty('WhiteOnBlack');
public:
property bool WhiteOnBlack {
bool get();
void set ( bool value);
}
Property Value
true if the image is white-on-black, false if the image is black on white.