IPXC_Inst::NewDocument Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_Inst::NewDocument Method}}
 
{{#customTitle:IPXC_Inst::NewDocument Method}}
 
{{#parentPage:PXV:IPXC_Inst#Methods|NewDocument|method}}
 
{{#parentPage:PXV:IPXC_Inst#Methods|NewDocument|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new empty core document.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pDocument
 
;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 ==

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