←Select platform

SizeMemory Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long SizeMemory { get; } 
Public ReadOnly Property SizeMemory As Long 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly