Gets or sets the maximum average width of a line that is considered for removal.
public int MaximumLineWidth { get; set; }
Public Property MaximumLineWidth As Integer
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');
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.
Refer to LineRemoveCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET