Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Flags Property (CombineFastCommand)








Gets or sets the flags which control the combine command.
Syntax
public CombineFastCommandFlags Flags {get; set;}
public CombineFastCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTCombineFastCommandFlags flags
public final int getFlags()
            public final void setFlags(int value)
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property CombineFastCommandFlags Flags {
   CombineFastCommandFlags get();
   void set (    CombineFastCommandFlags value);
}
'Declaration
 
Public Property Flags As CombineFastCommandFlags
 
'Usage
 
Dim instance As CombineFastCommand
Dim value As CombineFastCommandFlags
 
instance.Flags = value
 
value = instance.Flags

Property Value

The flags which control the combine command.
Example
For an example, refer to CombineFastCommand
Requirements

Target Platforms

See Also

Reference

CombineFastCommand Class
CombineFastCommand Members

Error processing SSI file