ImageGear .NET v24.12 - Updated
RemoveDotLines Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace > ImGearIC Class : RemoveDotLines Method
1-bit ImGearPage object to apply the method to.
Method options.
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)
public static void RemoveDotLines( 
   ImGearPage page,
   ImGearICDotLineOptions options
)
public: static void RemoveDotLines( 
   ImGearPage* page,
   ImGearICDotLineOptions* options
) 
public:
static void RemoveDotLines( 
   ImGearPage^ page,
   ImGearICDotLineOptions^ 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

Reference

ImGearIC Class
ImGearIC Members
ImGearPage Class
ImGearICDotLineOptions Class