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

Show in webframe

Flags Property (BorderRemoveCommand)








Gets or sets a flag that determines the behavior of the border removal process.
Syntax
public BorderRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As BorderRemoveCommandFlags
'Usage
 
Dim instance As BorderRemoveCommand
Dim value As BorderRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public BorderRemoveCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTBorderRemoveCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property BorderRemoveCommandFlags Flags {
   BorderRemoveCommandFlags get();
   void set (    BorderRemoveCommandFlags value);
}

Property Value

Value that determines the behavior of the border removal process.
Example
Refer to BorderRemoveCommand.
Requirements

Target Platforms

See Also

Reference

BorderRemoveCommand Class
BorderRemoveCommand Members

Error processing SSI file