IPXC_Inst::CreateGetPageTextOptions Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nVersion | ;nVersion | ||
− | :[in] | + | :[in] Version of the Page Text Options creation can be 1 or 2. |
+ | :1 - partial line merge (only in pdf order) | ||
+ | :2 - line merge, only with neighbors (pdf or reversed pdf order) | ||
+ | |||
;pGetTextOptions | ;pGetTextOptions | ||
:[out, retval] Pointer to [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]. | :[out, retval] Pointer to [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]. |
Revision as of 05:22, 9 December 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateGetPageTextOptions([in] ULONG nVersion, [out, retval] IPXC_GetPageTextOptions** pGetTextOptions);
Parameters
- nVersion
- [in] Version of the Page Text Options creation can be 1 or 2.
- 1 - partial line merge (only in pdf order)
- 2 - line merge, only with neighbors (pdf or reversed pdf order)
- pGetTextOptions
- [out, retval] Pointer to IPXC_GetPageTextOptions.
Return Value
Returns S_OK if operation was successful or error code in other cases.