IPXV_Inst::SetupOperPagesRange Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetupOperPagesRange([in]                                IPXC_Document*  pDoc,
                            [in]                                ICabNode*       pPagesRangeParams,
                            [in, defaultvalue(114)]             ULONG           nRangeFeatures,
                            [in, defaultvalue(RangeType_Auto)]  RangeType       nBestRangeType);

Parameters

pDoc
[in] Pointer to IPXC_Document.
pPagesRangeParams
[in] Pointer to ICabNode.
nRangeFeatures
[in, defaultvalue(114)] Value of ULONG.
nBestRangeType
[in, defaultvalue(RangeType_Auto)] Value of RangeType.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst