ImageGear .NET - Updated October 26, 2017
CanApplyPerspective Method




ImageGear23.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)

Parameters

page
Page specified.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Perspective Method