ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class > CanApplyRotate Method : CanApplyRotate(ImGearPage,ImGearInterpolations) Method |
page
, with the specified interpolation, false otherwise.'Declaration Public Overloads Function CanApplyRotate( _ ByVal page As ImGearPage, _ ByVal interpolation As ImGearInterpolations _ ) As Boolean
'Usage Dim instance As ImGearProcessingVerifier Dim page As ImGearPage Dim interpolation As ImGearInterpolations Dim value As Boolean value = instance.CanApplyRotate(page, interpolation)
public bool CanApplyRotate( ImGearPage page, ImGearInterpolations interpolation )
public: bool CanApplyRotate( ImGearPage* page, ImGearInterpolations interpolation )
public: bool CanApplyRotate( ImGearPage^ page, ImGearInterpolations interpolation )