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




page
ImGearPage object to verify.

Glossary Item Box

Checks if ImGearIC.AutoOrient 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.TextAutoOrientation method can be applied to the specified page.
False ImGearIC.TextAutoOrientation method cannot be applied to the specified page.

Example

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.