←Select platform

MemoryFlags Property (RasterImageAllocateData)

Summary

Gets or sets the memory model flags being used to create the RasterImage object.

Syntax

C#
VB
WinRT C#
C++
public Leadtools.RasterMemoryFlags MemoryFlags {get; set;} 
Public Property MemoryFlags As Leadtools.RasterMemoryFlags 
public Leadtools.RasterMemoryFlags MemoryFlags {get; set;} 
  
get_MemoryFlags(); 
set_MemoryFlags(value); 
Object.defineProperty('MemoryFlags');  
public: 
property Leadtools.RasterMemoryFlags MemoryFlags { 
   Leadtools.RasterMemoryFlags get(); 
   void set (    Leadtools.RasterMemoryFlags ); 
} 

Property Value

One or more RasterMemoryFlags enumeration members that represent the memory model to use when creating the RasterImage object.

Remarks

You can inspect and change the memory model (conventional, disk, tiled, etc.) used when creating the RasterImage object by using this property. Refer to the example of the RasterDefaults.SetRasterImageAllocateCallback method.

Example

For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize