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




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

    Parameters

    page
    Page to verify.
    rotationMode
    Rotation mode.

    Return Value

    Boolean value.
    See Also