IPXC_DocumentInfo::GetInfoVar Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}}
 
{{#customTitle:IPXC_DocumentInfo::GetInfoVar Method}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|GetInfoVar Method|method}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|GetInfoVar Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets value from the ''Info'' dictionary of the [[PXV:IPXS_Document|structure document]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pKey
 
;pKey
:[in]  Value of LPWSTR.
+
:[in]  Key from which the value will be taken.
 
;ppValue
 
;ppValue
:[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 ==

Revision as of 02:21, 21 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.