←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.