←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
Objective-C
C++
Java
public bool WhiteOnBlack { get; set; } 
Public Property WhiteOnBlack As Boolean 
@property (nonatomic, assign) BOOL whiteOnBlack 
public boolean getWhiteOnBlack() 
public void setWhiteOnBlack(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly