ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearProcessingVerifier Class / CanApplyRotate Method / CanApplyRotate(ImGearPage,ImGearRotationValues) Method
Page to verify.
Rotation value.




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

    Parameters

    page
    Page to verify.
    rotationValue
    Rotation value.

    Return Value

    Boolean value.
    See Also