ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearIC Class / RemoveLines Method
1-bit ImGearPage object to apply the method to.
Method options.




In This Topic
RemoveLines Method
In This Topic
Detects and removes horizontal and vertical lines on the page.
Syntax
'Declaration
 
Public Shared Sub RemoveLines( _
   ByVal page As ImGearPage, _
   ByVal options As ImGearICLineOptions _
) 
 
'Usage
 
Dim page As ImGearPage
Dim options As ImGearICLineOptions
 
ImGearIC.RemoveLines(page, options)

Parameters

page
1-bit ImGearPage object to apply the method to.
options
Method options.
Remarks
This method automatically detects and removes the horizontal and vertical lines on the 1-bit scanned image such as frames and tables. The method takes a 1-bit image page and the set of advanced parameters specifying the orientation of lines to detect and its parameters.
See Also