IPXC_Inst::CreateGetPageTextOptions Method

From PDF XChange PDF SDK
Revision as of 06:22, 9 December 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


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.

See Also

IPXC_Inst