IPXC_DocumentInfo::GetInfoVar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}} | {{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}} | ||
+ | {{#parentPage:PXV:IPXC_DocumentInfo#Methods|GetInfoVar|method}} | ||
− | + | Gets value from the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetInfoVar([in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT GetInfoVar([in] LPWSTR sKey, |
+ | [out, retval] IPXS_PDFVariant** pValue);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sKey |
− | :[in] | + | :[in] Key from which the value will be taken. |
− | ; | + | ;pValue |
− | :[out, retval] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | + | :[out, retval] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing the value of the given key. |
== Return Value == | == Return Value == | ||
Line 17: | Line 20: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] |
Latest revision as of 02:26, 15 June 2015
Gets value from the Info dictionary of the structure document.
Syntax
HRESULT GetInfoVar([in] LPWSTR sKey, [out, retval] IPXS_PDFVariant** pValue);
Parameters
- sKey
- [in] Key from which the value will be taken.
- pValue
- [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.