←Select platform

UseAnimationPalette Property

Summary

Gets or sets a value indicating if the image uses an animation palette.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool UseAnimationPalette { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the image should use an animation palette; false, otherwise.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly