IPXV_Inst::NewCoreDoc Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates a new blank core-document object.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;pNewDocParams
 
;pNewDocParams
:[in, defaultvalue(NULL)]  Pointer to [[PXV:ICab|ICab]].
+
:[in, defaultvalue(NULL)]  The optional pointer to [[PXV:ICab|ICab]] that contains additional parameters for new document creation.
 
;ppDoc
 
;ppDoc
:[out, retval]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
+
:[out, retval]  Returns pointer to new [[PXV:IPXC_Document|IPXC_Document]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 17:18, 25 May 2015


Creates a new blank core-document object.

Syntax

HRESULT NewCoreDoc([in, defaultvalue(NULL)]  ICab*            pNewDocParams,
                   [out, retval]             IPXC_Document**  ppDoc);

Parameters

pNewDocParams
[in, defaultvalue(NULL)] The optional pointer to ICab that contains additional parameters for new document creation.
ppDoc
[out, retval] Returns pointer to new IPXC_Document object.

Return Value

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

See Also

IPXV_Inst