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




page
ImGearPage object to verify.

Glossary Item Box

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

Example

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.