←Select platform

IsReservedColor Property

Summary

This property indicates whether RasterColor.Reserved is set to 1. Setting this property to true sets RasterColor.Reserved or RasterColor.ReservedColor to 1.

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

Property Value

true if RasterColor.Reserved is 1. false if RasterColor.Reserved is not 1.

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.