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
SyntaxReadOnly Property StorageSize As Integer
Get
Return Value
Type:
Int32Returns a LONG indicating the size of the file on the disk.
ExamplesDebug.Print "Size of File is " & ThisApplication.ActiveImage.StorageSize & " bytes"
See Also