LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core 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 LineRemoveCommand
Dim value As Integer
 
instance.MinimumLineLength = value
 
value = instance.MinimumLineLength
public int MinimumLineLength {get; set;}
@property (nonatomic, assign) int minimumLineLength;
public int getMinimumLineLength()
public void setMinimumLineLength(int value)
            
 
get_MinimumLineLength();
set_MinimumLineLength(value);
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

 

 


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