IPXC_DocumentInfo::SetInfoVar Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::SetInfoVar Method}}
 
{{#customTitle:IPXC_DocumentInfo::SetInfoVar Method}}
{{#parentPage:PXV:IPXC_DocumentInfo#Methods|SetInfoVar Method|method}}
+
{{#parentPage:PXV:IPXC_DocumentInfo#Methods|SetInfoVar|method}}
  
 
Sets value in the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]].
 
Sets value in the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]].

Revision as of 08:27, 23 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.

See Also

IPXC_DocumentInfo