←Select platform

MemoryInformation Property

Summary
Gets or sets information about the memory allocated for the image data.
Syntax
C#
VB
C++
Java
public RasterImageMemoryInformation MemoryInformation { get; set; } 
Public Property MemoryInformation As RasterImageMemoryInformation 
public RasterImageMemoryInformation getMemoryInformation() 
public void setMemoryInformation(RasterImageMemoryInformation value) 
public: 
property RasterImageMemoryInformation MemoryInformation { 
   RasterImageMemoryInformation get(); 
   void set (    RasterImageMemoryInformation ); 
} 

Property Value

Information about the memory allocated for the image data.

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.

Example

For an example, refer to CloneCommand.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.