←Select platform

HasAnimationLoop Property

Summary

Determines whether the image has animation looping.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool HasAnimationLoop { get; } 
Public ReadOnly Property HasAnimationLoop As Boolean 
public bool HasAnimationLoop {get;} 
@property (nonatomic, assign, readonly) BOOL hasAnimationLoop 
public boolean hasAnimationLoop() 
 get_HasAnimationLoop();  
public: 
property bool HasAnimationLoop { 
   bool get(); 
} 

Property Value

true if the image has animation looping; false, 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