IPXC_Page::GetContent Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Page::GetContent Method}} | {{#customTitle:IPXC_Page::GetContent Method}} | ||
{{#parentPage:PXV:IPXC_Page|GetContent Method|method}} | {{#parentPage:PXV:IPXC_Page|GetContent Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IPXC_Content|content]] of the page with given [[PXV:PXC_ContentAccessMode|access mode]]. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;kMode | ;kMode | ||
− | :[in] | + | :[in] [[PXV:PXC_ContentAccessMode|Access mode]] of the resulting content. |
;ppContent | ;ppContent | ||
− | :[out, retval] Pointer to [[PXV:IPXC_Content|IPXC_Content]]. | + | :[out, retval] Pointer to [[PXV:IPXC_Content|IPXC_Content]] containing the resulting page content. |
== Return Value == | == Return Value == |
Revision as of 23:57, 11 May 2015
Gets content of the page with given access mode.
Contents
Syntax
HRESULT GetContent([in] PXC_ContentAccessMode kMode, [out, retval] IPXC_Content** ppContent);
Parameters
- kMode
- [in] Access mode of the resulting content.
- ppContent
- [out, retval] Pointer to IPXC_Content containing the resulting page content.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Page.