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

Show in webframe

SizeMemory Property








Gets the size of the image when loaded uncompressed in memory in bytes.
Syntax
public long SizeMemory {get;}
'Declaration
 
Public ReadOnly Property SizeMemory As Long
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Long
 
value = instance.SizeMemory
public long SizeMemory {get;}
@property (nonatomic, assign, readonly) unsigned long sizeMemory
public long getSizeMemory()
 get_SizeMemory(); 
public:
property int64 SizeMemory {
   int64 get();
}

Property Value

The size of the image when loaded uncompressed in memory in bytes.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file