ImageGear .NET - Updated March 30, 2018
CanApplyRotate(ImGearPage,ImGearRotationModes) Method




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

Parameters

page
Page to verify.
rotationMode
Rotation mode.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Overload List
ImGearPage Class