Click or drag to resize

IMcStreamStorageSize Property

Property to determine the size, in bytes, of the complete file. Notice that this may be larger or smaller than the image size due to Compression and/or the File Format's structure.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property StorageSize As Integer
	Get

Return Value

Type: Int32
Returns a LONG indicating the size of the file on the disk.
Examples
VB
Debug.Print "Size of File is " & ThisApplication.ActiveImage.StorageSize & " bytes"
See Also