IPXS_PDFVariant::Dict_SetDouble Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Dict_SetDouble([in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT Dict_SetDouble([in] LPWSTR Key, |
− | [in] double | + | [in] double Val, |
− | [in, defaultvalue(-1)] LONG | + | [in, defaultvalue(-1)] LONG Prec);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Key |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
− | ; | + | ;Val |
:[in] Value of double. | :[in] Value of double. | ||
− | ; | + | ;Prec |
:[in, defaultvalue(-1)] Value of LONG. | :[in, defaultvalue(-1)] Value of LONG. | ||
Revision as of 06:20, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Dict_SetDouble([in] LPWSTR Key, [in] double Val, [in, defaultvalue(-1)] LONG Prec);
Parameters
- Key
- [in] Value of LPWSTR.
- Val
- [in] Value of double.
- Prec
- [in, defaultvalue(-1)] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.