←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) 
             
  
get_UseAnimationPalette(); 
set_UseAnimationPalette(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize