IPXV_DocumentView::GetPlacement Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_DocumentView|IPXV_DocumentView]] | + | [[PXV:IPXV_DocumentView|IPXV_DocumentView]] |
Revision as of 04:05, 23 May 2015
Gets tab group that the document view belongs to and tab index of the document view in the tab group.
Syntax
HRESULT GetPlacement([out] IUIX_LayoutItem** ppContainer, [out, defaultvalue(NULL)] LONG* pTabIndex);
Parameters
- ppContainer
- [out] Pointer to IUIX_LayoutItem containing the tab group that the document view belongs to.
- pTabIndex
- [out, defaultvalue(NULL)] Tab index of the document view in the tab group.
Return Value
Returns S_OK if operation was successful or error code in other cases.