LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

MinimumLineLength Property






Gets or sets the minimum length of a line considered for removal. .NET support WinRT support Silverlight support
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;}
 get_MinimumLineLength();
set_MinimumLineLength(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineRemoveCommand Class
LineRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.