IPXC_XMPMetadata::SetXMP Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_XMPMetadata::SetXMP Method}}
 
{{#customTitle:IPXC_XMPMetadata::SetXMP Method}}
 
{{#parentPage:PXV:IPXC_XMPMetadata#Methods|SetXMP|method}}
 
{{#parentPage:PXV:IPXC_XMPMetadata#Methods|SetXMP|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Fills the Metadata from the [[PXV:IMemBlock|IMemBlock container]].
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pXMP
 
;pXMP
:[in]  Pointer to [[PXV:IMemBlock|IMemBlock]].
+
:[in]  Pointer to [[PXV:IMemBlock|IMemBlock]] containing the XMP Metadata.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 07:57, 12 September 2017


Fills the Metadata from the IMemBlock container.

Syntax

HRESULT SetXMP([in]  IMemBlock*  pXMP);

Parameters

pXMP
[in] Pointer to IMemBlock containing the XMP Metadata.

Return Value

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

See Also

IPXC_XMPMetadata