←Select platform

WhiteOnBlack Property

Summary

Indicates whether the object is a background object.

Syntax
C#
VB
C++
public bool WhiteOnBlack {get; set;} 
Public Property WhiteOnBlack() As Boolean 
   Get 
   Set 
public:  
   property bool WhiteOnBlack 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true indicates the object is a background object; otherwise, false. The default value is false.

Remarks

During typical bitonal object extraction, true indicates the object is white while false indicates the object is black.

Example

For an example, refer to ExtractObjectsCommand

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.ImageProcessing.Core Assembly

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