ImageGear .NET v24.12 - Updated
CanApplyPerspective Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyPerspective Method
Page specified.
Returns true if ImGearEffects.Perspective method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplyPerspective( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyPerspective(page)
public bool CanApplyPerspective( 
   ImGearRasterPage page
)
public: bool CanApplyPerspective( 
   ImGearRasterPage* page
) 
public:
bool CanApplyPerspective( 
   ImGearRasterPage^ page
) 

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Perspective Method