'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.