←Select platform

WhiteOnBlack Property

Summary

Gets or sets a value that determines if the image is black-on-white or white on black.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool WhiteOnBlack { get; set; } 
Public Property WhiteOnBlack As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly