←Select platform

MemoryInformation Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly