←Select platform

HasAnimationBackground Property

Summary

Determines whether the image has animation background.

Syntax

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

Property Value

true if the image has animation background; 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