IPXC_DocumentInfo::SetInfoVar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_DocumentInfo::SetInfoVar Method}} | {{#customTitle:IPXC_DocumentInfo::SetInfoVar Method}} | ||
{{#parentPage:PXV:IPXC_DocumentInfo|SetInfoVar Method|method}} | {{#parentPage:PXV:IPXC_DocumentInfo|SetInfoVar Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Sets value in the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]]. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pKey | ;pKey | ||
− | :[in] | + | :[in] Key that needs to be set with the given value. |
;pValue | ;pValue | ||
− | :[in] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | + | :[in] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing the value which needs to be set. |
== Return Value == | == Return Value == |
Revision as of 01:18, 21 May 2015
Sets value in the Info dictionary of the structure document.
Syntax
HRESULT SetInfoVar([in] LPWSTR pKey, [in] IPXS_PDFVariant* pValue);
Parameters
- pKey
- [in] Key that needs to be set with the given value.
- pValue
- [in] Pointer to IPXS_PDFVariant containing the value which needs to be set.
Return Value
Returns S_OK if operation was successful or error code in other cases.