LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

WhiteOnBlack Property






Gets or sets a value that determines if the image is black-on-white or white on black. .NET support WinRT support Silverlight support
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;}
 get_WhiteOnBlack();
set_WhiteOnBlack(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.