Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MemoryInformation Property
See Also 
Leadtools Namespace > RasterImage Class : MemoryInformation Property



Gets or sets information about the memory allocated for the image data.

Syntax

Visual Basic (Declaration) 
Public Property MemoryInformation As RasterImageMemoryInformation
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As RasterImageMemoryInformation
 
instance.MemoryInformation = value
 
value = instance.MemoryInformation
C# 
public RasterImageMemoryInformation MemoryInformation {get; set;}
C++/CLI 
public:
property RasterImageMemoryInformation MemoryInformation {
   RasterImageMemoryInformation get();
   void set (RasterImageMemoryInformation value);
}

Return Value

Information about the memory allocated for the image data.

Example

For an example, refer to CloneCommand.

Remarks

Refer to RasterImageMemoryInformation for description of the different memory modules used by LEADTOOLS when allocating images.

For more information, refer to Memory Storage Types for Images.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also