ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearProcessingVerifier Class / CanApplyFlip Method
Page to verify.




In This Topic
    CanApplyFlip Method
    In This Topic
    Returns true if ImGearProcessing.Flip method can be applied to the specified page, false otherwise.
    Syntax
    'Declaration
     
    Public Function CanApplyFlip( _
       ByVal page As ImGearPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearProcessingVerifier
    Dim page As ImGearPage
    Dim value As Boolean
     
    value = instance.CanApplyFlip(page)
    public bool CanApplyFlip( 
       ImGearPage page
    )
    public: bool CanApplyFlip( 
       ImGearPage* page
    ) 
    public:
    bool CanApplyFlip( 
       ImGearPage^ page
    ) 

    Parameters

    page
    Page to verify.

    Return Value

    Boolean value.
    See Also