LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property Value

Information about the memory allocated for the image data.

Example

For an example, refer to Leadtools.ImageProcessing.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also