InfoAnimation property (Main Control)

Visual Basic example
Visual C++ 4.0 example
Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax BOOL InfoAnimation

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:  GetFileInfo method, InfoAnimationHeight property, InfoAnimationWidth property

Topics:  Raster Images: Playing Animated Images