LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (AddCommand)

Show in webframe







Gets or sets a value that indicates the operation to perform.
Syntax
public AddCommandType Type {get; set;}
'Declaration
 
Public Property Type As AddCommandType
'Usage
 
Dim instance As AddCommand
Dim value As AddCommandType
 
instance.Type = value
 
value = instance.Type
public AddCommandType Type {get; set;}
@property (nonatomic, assign) LTAddCommandType type;
            
public AddCommandType getType()
public void setType(AddCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property AddCommandType Type {
   AddCommandType get();
   void set (    AddCommandType value);
}

Property Value

Value that indicates the operation to perform.
Example
Refer to AddCommand.
Requirements

Target Platforms

See Also

Reference

AddCommand Class
AddCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.