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




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class > CanApplyRotate Method : CanApplyRotate(ImGearPage,ImGearRotationValues) Method
Page to verify.
Rotation value.
Returns true if the Rotate Method can be applied to the specified page, with the specified rotationValue, false otherwise.
Syntax
'Declaration
 
Public Overloads Function CanApplyRotate( _
   ByVal page As ImGearPage, _
   ByVal rotationValue As ImGearRotationValues _
) As Boolean
'Usage
 
Dim instance As ImGearProcessingVerifier
Dim page As ImGearPage
Dim rotationValue As ImGearRotationValues
Dim value As Boolean
 
value = instance.CanApplyRotate(page, rotationValue)
public bool CanApplyRotate( 
   ImGearPage page,
   ImGearRotationValues rotationValue
)
public: bool CanApplyRotate( 
   ImGearPage* page,
   ImGearRotationValues rotationValue
) 
public:
bool CanApplyRotate( 
   ImGearPage^ page,
   ImGearRotationValues rotationValue
) 

Parameters

page
Page to verify.
rotationValue
Rotation value.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Overload List
ImGearPage Class
ImGearPixel Class