ImageGear .NET v24.14 - Updated September 15, 2020
CanApplyRotate(ImGearPage,ImGearInterpolations) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class > CanApplyRotate Method : CanApplyRotate(ImGearPage,ImGearInterpolations) Method
Page to verify.
Specified interpolation.
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)

Parameters

page
Page to verify.
interpolation
Specified interpolation.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Overload List
ImGearPage Class
ImGearInterpolations Enumeration