Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Flags Property (LineRemoveCommand)








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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>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

Error processing SSI file