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

Show in webframe

MaximumLineWidth Property








Gets or sets the maximum average width of a line that is considered for removal.
Syntax
public int MaximumLineWidth {get; set;}
'Declaration
 
Public Property MaximumLineWidth As Integer
'Usage
 
Dim instance As LineRemoveCommand
Dim value As Integer
 
instance.MaximumLineWidth = value
 
value = instance.MaximumLineWidth
public int MaximumLineWidth {get; set;}
@property (nonatomic, assign) NSInteger maximumLineWidth
public int getMaximumLineWidth()
public void setMaximumLineWidth(int value)
            
 <br/>get_MaximumLineWidth();<br/>set_MaximumLineWidth(value);<br/>Object.defineProperty('MaximumLineWidth'); 
public:
property int MaximumLineWidth {
   int get();
   void set (    int value);
}

Property Value

Maximum average width of a line that is considered for removal. Lines that are greater in average width 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