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




page
ImGearPage object to verify.

Glossary Item Box

Checks if ImGearIC.CleanBorders method can be applied to ImGearPage.

Syntax

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

Parameters

page
ImGearPage object to verify.

Return Value

True ImGearIC.CleanBorders method can be applied to the specified page.
False ImGearIC.CleanBorders method cannot be applied to the specified page.

Example

C#Copy Code
if (ImGearIC.Verifier.CanApplyCleanBorders(igPage))
{
    // The IC method can be applied to igPage.
    // Apply it here.
}
Visual BasicCopy Code
If ImGearIC.Verifier.CanApplyCleanBorders(igPage) Then
    ' The IC method can be applied to igPage.
    ' Apply it here.
End If

See Also

©2013. Accusoft Corporation. All Rights Reserved.