ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearIC Class / AutoCrop Method
1-bit ImGearPage object to apply the method to.




AutoCrop Method
Detects and crops the white border from the page.
Syntax
'Declaration
 
Public Shared Sub AutoCrop( _
   ByVal page As ImGearPage _
) 
 
'Usage
 
Dim page As ImGearPage
 
ImGearIC.AutoCrop(page)

Parameters

page
1-bit ImGearPage object to apply the method to.
Remarks
This method takes 1-bit ImGearPage and automatically detects and then crops the white borders from all four sides of the page. The page is not resized.
Example
See Also