←Select platform

MaximumLineWidth Property

Summary

Gets or sets the maximum average width of a line that is considered for removal.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="MaximumLineWidth", IsRequired=true)] 
public int MaximumLineWidth {get; set;} 
  
<DataMemberAttribute(Name="MaximumLineWidth", IsRequired=True)> 
Public Property MaximumLineWidth As Integer 
[DataMemberAttribute(Name="MaximumLineWidth", IsRequired=true)] 
public: 
property int MaximumLineWidth { 
   int get(); 
   void set (    int ); 
} 

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.ImageProcessing.DataContracts Assembly
Click or drag to resize