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

Show in webframe

MinimumLineLength Property








Gets or sets the minimum length of a line considered for removal.
Syntax
public int MinimumLineLength {get; set;}
'Declaration
 
Public Property MinimumLineLength As Integer
'Usage
 
Dim instance As LineRemoveCommand
Dim value As Integer
 
instance.MinimumLineLength = value
 
value = instance.MinimumLineLength
public int MinimumLineLength {get; set;}
@property (nonatomic, assign) NSInteger minimumLineLength
public int getMinimumLineLength()
public void setMinimumLineLength(int value)
            
 <br/>get_MinimumLineLength();<br/>set_MinimumLineLength(value);<br/>Object.defineProperty('MinimumLineLength'); 
public:
property int MinimumLineLength {
   int get();
   void set (    int value);
}

Property Value

Minimum length of a line considered for removal. Lines less than this length are not removed. If LineRemoveCommandFlags.UseDpi is set in the Flags property, units are in thousandths of an inch, otherwise units are in pixels.
Example
Refer to LineRemoveCommand.
Requirements

Target Platforms

See Also

Reference

LineRemoveCommand Class
LineRemoveCommand Members

Error processing SSI file