Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Flags Property (CombineFastCommand)








Gets or sets the flags which control the combine command.
Syntax
public CombineFastCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CombineFastCommandFlags
'Usage
 
Dim instance As CombineFastCommand
Dim value As CombineFastCommandFlags
 
instance.Flags = value
 
value = instance.Flags
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);
}

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