C#
VB
Java
Objective-C
WinRT C#
C++
Determines if the image has no palette.
public bool HasNoPalette {get;}
Public ReadOnly Property HasNoPalette As Boolean
public bool HasNoPalette {get;}
@property (nonatomic, assign, readonly) BOOL hasNoPalette
public boolean hasNoPalette()
get_HasNoPalette();
public:
property bool HasNoPalette {
bool get();
}
true if the image is saved without a palette, false if the image is saved with a palette.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET