Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : MemoryInformation Property |
public RasterImageMemoryInformation MemoryInformation {get; set;}
'Declaration
Public Property MemoryInformation As RasterImageMemoryInformation
'Usage
Dim instance As RasterImage Dim value As RasterImageMemoryInformation instance.MemoryInformation = value value = instance.MemoryInformation
public 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 RasterImageMemoryInformation MemoryInformation { RasterImageMemoryInformation get(); void set ( RasterImageMemoryInformation value); }
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.