Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SizeDisk Property








Gets the size of the image file on disk in bytes.
Syntax
public long SizeDisk {get;}
'Declaration
 
Public ReadOnly Property SizeDisk As Long
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Long
 
value = instance.SizeDisk
public long SizeDisk {get;}
@property (nonatomic, assign, readonly) unsigned long sizeDisk
public long getSizeDisk()
 get_SizeDisk(); 
public:
property int64 SizeDisk {
   int64 get();
}

Property Value

The size of the image file on disk in bytes.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file