Vcl.Graphics.TWICImage.FrameCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameCount: LongWord read GetFrameCount;

C++

__property unsigned FrameCount = {read=GetFrameCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Returns the number of frames in a loaded file.

The .tiff image format often holds multiple images, such as the pages of a scanned or faxed document. Each sub-image is called frame. When a TWICImage loads a file, FrameCount tells you how many frames are in the file.

See also