IPXC_Page::GetContent Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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]  Value of [[PXV:PXC_ContentAccessMode|PXC_ContentAccessMode]].
+
:[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 00:57, 12 May 2015


Gets content of the page with given access mode.

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.