ImageGear .NET v25.1 - Updated
CanApplyFlip Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class : CanApplyFlip Method
Page to verify.
Returns true if ImGearProcessing.Flip method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyFlip( _
   ByVal page As ImGearPage _
) As Boolean
'Usage
 
Dim instance As ImGearProcessingVerifier
Dim page As ImGearPage
Dim value As Boolean
 
value = instance.CanApplyFlip(page)
public bool CanApplyFlip( 
   ImGearPage page
)
public: bool CanApplyFlip( 
   ImGearPage* page
) 
public:
bool CanApplyFlip( 
   ImGearPage^ page
) 

Parameters

page
Page to verify.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Flip Method
ImGearPage Class