ImageEn, unit iemview

TImageEnMView.ImageFileSize

TImageEnMView.ImageFileSize

Declaration

property ImageFileSize[Index: Integer]: Int64;

Description

Returns the file size (in Bytes) for the file at index, Idx. Result is -1 if this frame does not exist as a file on disk.

Example

// Get image file size
fs := ImageEnMView1.ImageFileSize[idx];