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




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

    Parameters

    page
    Page to verify.

    Return Value

    Boolean value.
    See Also