Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
SizeMemory Property
See Also 
Leadtools.Codecs Namespace > CodecsImageInfo Class : SizeMemory Property



Gets the size of the image in memory.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SizeMemory As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.SizeMemory
C# 
public int SizeMemory {get;}
C++/CLI 
public:
property int SizeMemory {
   int get();
}

Return Value

The size of the image in memory in memory.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also