IPXV_DocumentViewsArea::AddDocView Method

From PDF XChange PDF SDK
Revision as of 07:30, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT AddDocView([in]                               IPXV_DocumentView*  DocView,
                   [in, defaultvalue(NULL)]           IUIX_LayoutItem*    DestTabGroup,
                   [in, defaultvalue(-1)]             LONG                InsertBeforeTab,
                   [in, defaultvalue(0)]              VARIANT_BOOL        Hidden,
                   [out, retval, defaultvalue(NULL)]  IUIX_LayoutItem**   NewTab);

Parameters

DocView
[in] Pointer to IPXV_DocumentView.
DestTabGroup
[in, defaultvalue(NULL)] Pointer to IUIX_LayoutItem.
InsertBeforeTab
[in, defaultvalue(-1)] Value of LONG.
Hidden
[in, defaultvalue(0)] Value of VARIANT_BOOL.
NewTab
[out, retval, defaultvalue(NULL)] Pointer to IUIX_LayoutItem.

Return Value

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

See Also

IPXV_DocumentViewsArea