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 > RasterImageMemoryInformation Structure : MemoryFlags Property |
public RasterMemoryFlags MemoryFlags {get; set;}
'Declaration
Public Property MemoryFlags As RasterMemoryFlags
'Usage
Dim instance As RasterImageMemoryInformation Dim value As RasterMemoryFlags instance.MemoryFlags = value value = instance.MemoryFlags
public RasterMemoryFlags MemoryFlags {get; set;}
<br/>get_MemoryFlags();<br/>set_MemoryFlags(value);<br/>Object.defineProperty('MemoryFlags');
public: property RasterMemoryFlags MemoryFlags { RasterMemoryFlags get(); void set ( RasterMemoryFlags value); }