Gets the file size, in bytes, of the current image.
Read-only property
Visual Basic |
---|
Public Property IFileSize As Long |
The size of the file in bytes.
This property is read-only at run time and is not available at design time.
The IFileSize property is only valid if the current image was loaded using the FileName property or LoadBlob methods. If the image was loaded using the Picture or hDIB properties, then the file size is unknown and the IFileSize property returns 0.