IUIX_PropSheets::InsertPage Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertPage([in]                    IUIX_PropSheetPage*  pPage,
                   [in]                    BSTR                 sID,
                   [in, defaultvalue("")]  BSTR                 sInsertBeforeID,
                   [in, defaultvalue("")]  BSTR                 sParentID);

Parameters

pPage
[in] Pointer to IUIX_PropSheetPage.
sID
[in] Value of BSTR.
sInsertBeforeID
[in, defaultvalue("")] Value of BSTR.
sParentID
[in, defaultvalue("")] Value of BSTR.

Return Value

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

See Also

IUIX_PropSheets