ImageGear .NET v25.1 - Updated
CanApplyRotate(ImGearPage,ImGearRotationModes) Method




ImageGear.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)
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

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Overload List
ImGearPage Class