IPXC_DocumentInfo::GetInfoVar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}} | {{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}} | ||
− | {{#parentPage:PXV:IPXC_DocumentInfo#Methods|GetInfoVar | + | {{#parentPage:PXV:IPXC_DocumentInfo#Methods|GetInfoVar|method}} |
Gets value from the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]]. | Gets value from the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]]. |
Revision as of 07:26, 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.