C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image has animation looping.
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();
}
true if the image has animation looping; false, otherwise.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET