LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (LineRemoveCommand)

Show in webframe







Gets or sets flags that determine the behavior of the line removal process.
Syntax
public LineRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As LineRemoveCommandFlags
'Usage
 
Dim instance As LineRemoveCommand
Dim value As LineRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public LineRemoveCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTLineRemoveCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property LineRemoveCommandFlags Flags {
   LineRemoveCommandFlags get();
   void set (    LineRemoveCommandFlags value);
}

Property Value

Flags that determine the behavior of the line removal process.
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.