ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearProcessingVerifier Class / CanApplyRotate Method / CanApplyRotate(ImGearPage,ImGearInterpolations) Method
Page to verify.
Specified interpolation.




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

    Parameters

    page
    Page to verify.
    interpolation
    Specified interpolation.

    Return Value

    Boolean value.
    See Also