LEADTOOLS Image File Support (Leadtools.Codecs assembly)

WhiteOnBlack Property

Show in webframe







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)
            
 
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.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.