IUIX_PropSheets::GetPageUI Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPageUI([in]                   BSTR          sPageID,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bCreateIfNot,
                  [out, retval]          IUIX_Obj**    pPageUI);

Parameters

sPageID
[in] Value of BSTR.
bCreateIfNot
[in, defaultvalue(0)] Value of VARIANT_BOOL.
pPageUI
[out, retval] Pointer to IUIX_Obj.

Return Value

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

See Also

IUIX_PropSheets