←Select platform

AnimationLoop Property

Summary

Determines whether the image has animation looping enabled.

Syntax
C#
VB
Objective-C
C++
Java
public int AnimationLoop { get; } 
Public ReadOnly Property AnimationLoop As Integer 
@property (nonatomic, assign, readonly) NSUInteger animationLoop 
public int getAnimationLoop() 
public: 
property int AnimationLoop { 
   int get(); 
} 

Property Value

non-zero if the image has animation looping enabled, zero otherwise.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly