C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating if the image uses an animation palette.
public bool UseAnimationPalette { get; set; }
Public Property UseAnimationPalette As Boolean
public bool UseAnimationPalette {get; set;}
@property (nonatomic, assign, getter=usesAnimationPalette) BOOL useAnimationPalette
public boolean isUseAnimationPalette()
public void setUseAnimationPalette(boolean useAnimationPalette)
<br/>get_UseAnimationPalette();<br/>set_UseAnimationPalette(value);<br/>Object.defineProperty('UseAnimationPalette');
true if the image should use an animation palette; false, otherwise.
For an example, refer to CodecsGifOptions.
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