LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

MinimumLineLength Property

Show in webframe





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 LineRemoveActivity
Dim value As Integer
 
instance.MinimumLineLength = value
 
value = instance.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.
Requirements

Target Platforms

See Also

Reference

LineRemoveActivity Class
LineRemoveActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.