This property indicates whether RasterColor.Reserved is set to 1. Setting this property to true sets RasterColor.Reserved or RasterColor.ReservedColor to 1.
[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)
}
true if RasterColor.Reserved is 1. false if RasterColor.Reserved is not 1.
This is the same as checking whether RasterColor.Reserved == 2 (or RasterColor.Reserved == RasterColor.EmptyColor).
See RasterColor.Reserved.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document