←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) 
             
  
get_WhiteOnBlack(); 
set_WhiteOnBlack(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize