←Select platform

SizeMemory Property

Summary

Gets the size of the image when loaded uncompressed in memory in bytes.

Syntax
C#
VB
Objective-C
C++
Java
public long SizeMemory { get; } 
Public ReadOnly Property SizeMemory As Long 
@property (nonatomic, assign, readonly) unsigned long sizeMemory 
public long getSizeMemory() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly