PageCreateHandwritingPage Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void CreateHandwritingPage(
out Page page,
CREATEHANDWRINGPAGEMODE mode,
RECT UserRect
)
Public Sub CreateHandwritingPage (
<OutAttribute> ByRef page As Page,
mode As CREATEHANDWRINGPAGEMODE,
UserRect As RECT
)
public:
void CreateHandwritingPage(
[OutAttribute] Page^% page,
CREATEHANDWRINGPAGEMODE mode,
RECT UserRect
)
Parameters
- page
- Type: OmniPageCSDK.ObjectsPage
- mode
- Type: OmniPageCSDK.ArgTypesCREATEHANDWRINGPAGEMODE
- UserRect
- Type: OmniPageCSDK.ArgTypesRECT
Return Value
Type:
See Also