←Select platform

IsEmptyColor Property

Summary

This property indicates whether RasterColor.EmptyColor is set to 2. Setting this property to true sets RasterColor.EmptyColor to 2 (or RasterColor.EmptyColor)

Syntax
C#
VB
C++
[XmlIgnoreAttribute()] 
public bool IsEmptyColor { get; set; } 
<XmlIgnoreAttribute()>  
Public Property IsEmptyColor() As Boolean 
   Get 
   Set 
public:  
   [XmlIgnoreAttribute] 
   property bool IsEmptyColor 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if RasterColor.EmptyColor is 2. false if RasterColor.EmptyColor is not 2.

Remarks

This is the same as checking whether RasterColor.Reserved == 2 (or RasterColor.Reserved == RasterColor.EmptyColor).

Example

See RasterColor.Reserved.

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 Assembly

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