IPXC_XMPMetadata::SetXMP Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_XMPMetadata::SetXMP Method}} | {{#customTitle:IPXC_XMPMetadata::SetXMP Method}} | ||
− | {{#parentPage:PXV:IPXC_XMPMetadata|method | + | {{#parentPage:PXV:IPXC_XMPMetadata#Methods|SetXMP|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Fills the Metadata from the [[PXV:IMemBlock|IMemBlock container]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetXMP([in] IMemBlock* pXMP);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT SetXMP([in] IMemBlock* pXMP);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pXMP |
− | :[in] Pointer to [[PXV:IMemBlock|IMemBlock]]. | + | :[in] Pointer to [[PXV:IMemBlock|IMemBlock]] containing the XMP Metadata. |
== Return Value == | == Return Value == | ||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_XMPMetadata|IPXC_XMPMetadata]] |
Latest revision as of 06: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.