ImageGear for .NET
AutoCrop Method
See Also  Example Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace > ImGearIC Class : AutoCrop Method




page
1-bit ImGearPage object to apply the method to.

Glossary Item Box

Detects and crops the white border from the page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

C#Copy Code
// Auto crop the document.
ImGearIC.AutoCrop(igPage);
Visual BasicCopy Code
' Auto crop the document.
ImGearIC.AutoCrop(igPage)

See Also

©2013. Accusoft Corporation. All Rights Reserved.