IPXS_PDFVariant::GetValue Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_PDFVariant::GetValue Method}} | {{#customTitle:IPXS_PDFVariant::GetValue Method}} | ||
− | {{#parentPage:PXV:IPXS_PDFVariant|GetValue | + | {{#parentPage:PXV:IPXS_PDFVariant#Methods|GetValue|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetValue([out, retval] VARIANT | + | <pre class="brush:cpp;gutter:false">HRESULT GetValue([out, retval] VARIANT* Value);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Value |
− | :[out, retval] Pointer to VARIANT | + | :[out, retval] Pointer to VARIANT. |
== Return Value == | == Return Value == | ||
Line 19: | Line 19: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] | + | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] |
Latest revision as of 01:31, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetValue([out, retval] VARIANT* Value);
Parameters
- Value
- [out, retval] Pointer to VARIANT.
Return Value
Returns S_OK if operation was successful or error code in other cases.