Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Flags Property
See Also 
Leadtools.ImageProcessing Namespace > CombineFastCommand Class : Flags Property



Flags which control the combine command.

Syntax

Visual Basic (Declaration) 
Public Property Flags As CombineFastCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As CombineFastCommand
Dim value As CombineFastCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public CombineFastCommandFlags Flags {get; set;}
C++/CLI 
public:
property CombineFastCommandFlags Flags {
   CombineFastCommandFlags get();
   void set (CombineFastCommandFlags value);
}

Return Value

Combination of CombineFastCommandFlags flags that control how this combine command will work.

Example

For an example, refer to CombineFastCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also