Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CreateFlags Property (CloneCommand)








Gets or sets the flags that control memory allocation for the destination image.
Syntax
public RasterMemoryFlags CreateFlags {get; set;}
'Declaration
 
Public Property CreateFlags As RasterMemoryFlags
'Usage
 
Dim instance As CloneCommand
Dim value As RasterMemoryFlags
 
instance.CreateFlags = value
 
value = instance.CreateFlags
public 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 RasterMemoryFlags CreateFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

RasterMemoryFlags flags that control memory allocation for the destination image.
Example
For an example, refer to CloneCommand.
Requirements

Target Platforms

See Also

Reference

CloneCommand Class
CloneCommand Members

Error processing SSI file