LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Type Property (LineRemoveCommand)

Show in webframe







Flag that indicates which lines to remove.
Syntax
public LineRemoveCommandType Type {get; set;}
'Declaration
 
Public Property Type As LineRemoveCommandType
'Usage
 
Dim instance As LineRemoveCommand
Dim value As LineRemoveCommandType
 
instance.Type = value
 
value = instance.Type
public LineRemoveCommandType Type {get; set;}
@property (nonatomic, assign) LTLineRemoveCommandType type;
public LineRemoveCommandType getType()
public void setType(LineRemoveCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property LineRemoveCommandType Type {
   LineRemoveCommandType get();
   void set (    LineRemoveCommandType value);
}

Property Value

Flag that indicates which lines to remove.
Example
Refer to LineRemoveCommand.
Requirements

Target Platforms

See Also

Reference

LineRemoveCommand Class
LineRemoveCommand Members

 

 


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