Gets or sets information about the memory allocated for the image data.
public RasterImageMemoryInformation MemoryInformation { get; set; }
Public Property MemoryInformation As Leadtools.RasterImageMemoryInformation
public Leadtools.RasterImageMemoryInformation MemoryInformation {get; set;}
public RasterImageMemoryInformation getMemoryInformation()
public void setMemoryInformation(RasterImageMemoryInformation value)
<br/>get_MemoryInformation();<br/>set_MemoryInformation(value);<br/>Object.defineProperty('MemoryInformation');
public:
property Leadtools.RasterImageMemoryInformation MemoryInformation {
Leadtools.RasterImageMemoryInformation get();
void set ( Leadtools.RasterImageMemoryInformation );
}
Information about the memory allocated for the image data.
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.
For an example, refer to CloneCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET