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




In This Topic
RemoveDotLines Method
In This Topic
Detects and removes any dotted lines on the page.
Syntax
'Declaration
 
Public Shared Sub RemoveDotLines( _
   ByVal page As ImGearPage, _
   ByVal options As ImGearICDotLineOptions _
) 
 
'Usage
 
Dim page As ImGearPage
Dim options As ImGearICDotLineOptions
 
ImGearIC.RemoveDotLines(page, options)

Parameters

page
1-bit ImGearPage object to apply the method to.
options
Method options.
Remarks
This method automatically detects and removes the dotted lines on the 1-bit scanned image. The method takes a 1-bit image page and the set of advanced parameters specifying the orientation of lines to detect and number and diameter of dots.
See Also