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