Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

WhiteOnBlack Property








Gets or sets a value that determines if the image is black-on-white or white on black.
Syntax
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)
            
 <br/>get_WhiteOnBlack();<br/>set_WhiteOnBlack(value);<br/>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.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

Error processing SSI file