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



Gets or sets a flag that indicates the type of operation.

Syntax

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

Return Value

Flag that indicates the type of operation.

Example

For an example, refer to UserFilterCommand.

Requirements

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

See Also