ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICVerifier Class / CanApplyInvertBlackImage Method
ImGearPage object to verify.




In This Topic
    CanApplyInvertBlackImage Method
    In This Topic
    Checks if ImGearIC.InvertBlackImagemethod can be applied to ImGearPage.
    Syntax
    'Declaration
     
    Public Function CanApplyInvertBlackImage( _
       ByVal page As ImGearPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearICVerifier
    Dim page As ImGearPage
    Dim value As Boolean
     
    value = instance.CanApplyInvertBlackImage(page)
    public bool CanApplyInvertBlackImage( 
       ImGearPage page
    )
    public: bool CanApplyInvertBlackImage( 
       ImGearPage* page
    ) 
    public:
    bool CanApplyInvertBlackImage( 
       ImGearPage^ page
    ) 

    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
    See Also