IPXC_Inst::NewDocument Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Inst::NewDocument Method}}
 
{{#customTitle:IPXC_Inst::NewDocument Method}}
 +
{{#parentPage:PXV:IPXC_Inst#Methods|NewDocument|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new empty core document.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT NewDocument([out, retval] IPXC_Document** ppDocument);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT NewDocument([out, retval] IPXC_Document** pDocument);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''ppDocument''
+
;pDocument
:[out, retval]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
+
:[out, retval]  Pointer to [[PXV:IPXC_Document|IPXC_Document]] containing the resulting core document.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Inst|IPXC_Inst]].
+
[[PXV:IPXC_Inst|IPXC_Inst]]

Latest revision as of 00:26, 24 June 2016


Creates new empty core document.

Syntax

HRESULT NewDocument([out, retval]  IPXC_Document**  pDocument);

Parameters

pDocument
[out, retval] Pointer to IPXC_Document containing the resulting core document.

Return Value

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

See Also

IPXC_Inst