InfoAnimation property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool InfoAnimation

Delphi Syntax

InfoAnimation: Boolean

Overview

Refer to Playing an Animation.

Remarks

(Read only) Indicates whether the specified file is an animation file.

If this value is TRUE, the file is played as an animation as it is loaded (when the AutoAnimate property is TRUE).

This property is TRUE only for animated GIF files and AVI files. Keep in mind, however, that any multipage file can be loaded to create a bitmap list, and any bitmap list can be played as an animation after it is loaded or created.

Use the GetFileInfo method to update this property.

Setting

Description

TRUE

The file is an animated GIF or AVI file.

FALSE

The file is not an animated file (although it may be a multipage file).

See Also

Elements

InfoColorSpace property, GetFileInfo method, InfoAnimationHeight property, InfoAnimationWidth property

Topics

Raster Images: Playing Animated Images