'Declaration Public Function CanApplyAutoCrop( _ ByVal page As ImGearPage _ ) As Boolean
'Usage Dim instance As ImGearICVerifier Dim page As ImGearPage Dim value As Boolean value = instance.CanApplyAutoCrop(page)
public bool CanApplyAutoCrop( ImGearPage page )
public: bool CanApplyAutoCrop( ImGearPage* page )
public: bool CanApplyAutoCrop( ImGearPage^ page )
Parameters
- page
- ImGearPage object to verify.
Return Value
True | ImGearIC.AutoCrop method can be applied to the specified page. |
False | ImGearIC.AutoCrop method cannot be applied to the specified page. |