IPXC_DocumentInfo::GetInfoVar Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
+
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]]

Revision as of 04:28, 23 May 2015

Gets value from the Info dictionary of the structure document.

Syntax

HRESULT GetInfoVar([in]           LPWSTR             pKey,
                   [out, retval]  IPXS_PDFVariant**  ppValue);

Parameters

pKey
[in] Key from which the value will be taken.
ppValue
[out, retval] Pointer to IPXS_PDFVariant containing the value of the given key.

Return Value

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

See Also

IPXC_DocumentInfo