ImageGear .NET v25.1 - Updated
CanApplyCrop Method




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

Parameters

page
Page to verify.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
Crop Method
ImGearPage Class