ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class > CanApplyRotate Method : CanApplyRotate(ImGearPage,ImGearRotationValues) Method |
page
, with the specified rotationValue
, false otherwise.'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 )