LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SizeDisk Property

Show in webframe







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) size_t 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.