←Select platform

AnimationLoop Property

Summary

Determines whether the image has animation looping enabled.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationLoop { get; } 
Public ReadOnly Property AnimationLoop As Integer 
public int AnimationLoop {get;} 
@property (nonatomic, assign, readonly) NSUInteger animationLoop 
public int getAnimationLoop() 
 get_AnimationLoop();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly