ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class > CanApplyRotate Method : CanApplyRotate(ImGearPage,ImGearRotationModes) Method |
Page
, false otherwise.'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 )