←Select platform

MemoryFlags Property

Summary
Gets or sets the memory model flags being used to create the RasterImage object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterMemoryFlags MemoryFlags { get; set; } 
@property (nonatomic, assign) LTRasterMemoryFlags memoryFlags; 
public int getMemoryFlags(); 
public void setMemoryFlags( 
   int intValue 
); 
public: 
property RasterMemoryFlags MemoryFlags { 
   RasterMemoryFlags get(); 
   void set (    RasterMemoryFlags ); 
} 
MemoryFlags # get and set (RasterImageAllocateData) 

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.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.