C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the flags that control memory allocation for the destination image.
public RasterMemoryFlags CreateFlags { get; set; }
Public Property CreateFlags As Leadtools.RasterMemoryFlags
public Leadtools.RasterMemoryFlags CreateFlags {get; set;}
@property (nonatomic, assign) LTRasterMemoryFlags createFlags
public int getCreateFlags()
public void setCreateFlags(int value)
<br/>get_CreateFlags();<br/>set_CreateFlags(value);<br/>Object.defineProperty('CreateFlags');
public:
property Leadtools.RasterMemoryFlags CreateFlags {
Leadtools.RasterMemoryFlags get();
void set ( Leadtools.RasterMemoryFlags );
}
RasterMemoryFlags flags that control memory allocation for the destination image.
For an example, refer to CloneCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET