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




Glossary Item Box

Gets and validates applicability of ImageClean methods to ImGearPage object.

Syntax

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

Property Value

ImGearICVerifier class.

Remarks

This property validates applicability of ImageClean methods to ImGearPage object.

Example

C#Copy Code
if (ImGearIC.Verifier.CanApplyAutoCrop(igPage))
{
    ImGearIC.AutoCrop(igPage);
}
Visual BasicCopy Code
If ImGearIC.Verifier.CanApplyAutoCrop(igPage) Then
    ImGearIC.AutoCrop(igPage)
End If

See Also

©2013. Accusoft Corporation. All Rights Reserved.