LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SizeMemory Property

Show in webframe







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

 

 


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