←Select platform

MemoryFlags Property

Summary

Gets or sets a value that specifies the type of memory to use when creating new RasterImage objects.

Syntax
C#
VB
C++
public static RasterMemoryFlags MemoryFlags { get; set; } 
Public Shared Property MemoryFlags As RasterMemoryFlags 
public: 
static property RasterMemoryFlags MemoryFlags { 
   RasterMemoryFlags get(); 
   void set (    RasterMemoryFlags ); 
} 

Property Value

A RasterMemoryFlags enumeration value that specifies the type of memory to use when creating new RasterImage objects.

Remarks

MemoryFlags can only be set to RasterMemoryFlags.Conventional or RasterMemoryFlags.Disk when setting defaults. Other values throw exceptions.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms

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

Leadtools Assembly