ImageGear .NET
CanApplyRotate(ImGearPage,ImGearInterpolations) Method




Page to verify.
Specified interpolation.
Returns true if Rotate Method can be applied to the specified page, with the specified interpolation, false otherwise.
Syntax
'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
) 

Parameters

page
Page to verify.
interpolation
Specified interpolation.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Overload List
ImGearPage Class
ImGearInterpolations Enumeration

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback