IPXC_XForm::GetContent Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_XForm::GetContent Method}}
 
{{#customTitle:IPXC_XForm::GetContent Method}}
 +
{{#parentPage:PXV:IPXC_XForm#Methods|GetContent|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetContent([in, optional] PXC_ContentAccessMode kMode, [out, retval] IPXC_Content** ppContent);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetContent([in, defaultvalue(CAccessMode_Readonly)] PXC_ContentAccessMode kMode,
 +
                  [out, retval]                             IPXC_Content**         ppContent);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''kMode''
+
;kMode
:[in, optional]  Value of [[PXV:PXC_ContentAccessMode|PXC_ContentAccessMode]].
+
:[in, defaultvalue(CAccessMode_Readonly)]  Value of [[PXV:PXC_ContentAccessMode|PXC_ContentAccessMode]].
;''ppContent''
+
;ppContent
 
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]].
 
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]].
  
Line 17: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_XForm|IPXC_XForm]].
+
[[PXV:IPXC_XForm|IPXC_XForm]]

Latest revision as of 08:53, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetContent([in, defaultvalue(CAccessMode_Readonly)]  PXC_ContentAccessMode  kMode,
                   [out, retval]                             IPXC_Content**         ppContent);

Parameters

kMode
[in, defaultvalue(CAccessMode_Readonly)] Value of PXC_ContentAccessMode.
ppContent
[out, retval] Pointer to IPXC_Content.

Return Value

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

See Also

IPXC_XForm