IPXC_Document::GetXMPMetadata Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::GetXMPMetadata Method}}
 
{{#customTitle:IPXC_Document::GetXMPMetadata Method}}
 
{{#parentPage:PXV:IPXC_Document#Methods|GetXMPMetadata|method}}
 
{{#parentPage:PXV:IPXC_Document#Methods|GetXMPMetadata|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets document's [[PXV:IPXC_XMPMetadata|XMP Metadata]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;bCreateIfEmpty
 
;bCreateIfEmpty
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]  Value of VARIANT_BOOL defining whether the new Metadata should be created.
 
;pXMP
 
;pXMP
:[out, retval]  Pointer to [[PXV:IPXC_XMPMetadata|IPXC_XMPMetadata]].
+
:[out, retval]  Pointer to [[PXV:IPXC_XMPMetadata|IPXC_XMPMetadata]] containing the XMP Metadata.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 07:55, 12 September 2017


Gets document's XMP Metadata.

Syntax

HRESULT GetXMPMetadata([in, defaultvalue(0)]  VARIANT_BOOL        bCreateIfEmpty,
                       [out, retval]          IPXC_XMPMetadata**  pXMP);

Parameters

bCreateIfEmpty
[in, defaultvalue(0)] Value of VARIANT_BOOL defining whether the new Metadata should be created.
pXMP
[out, retval] Pointer to IPXC_XMPMetadata containing the XMP Metadata.

Return Value

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

See Also

IPXC_Document