LEADTOOLS (Leadtools assembly)

Flags Property (CombineFastCommand)

Show in webframe







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)
 
get_Flags();
set_Flags(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.