IPXC_NumberFormatItem::Precision Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatItem::Precision Property}} | {{#customTitle:IPXC_NumberFormatItem::Precision Property}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatItem|property | + | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|Precision|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Precision''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of LONG | + | Property '''Precision''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of LONG containing a positive integer that shall specify the precision or denominator of a fractional amount. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Precision([out, retval] LONG* pPreciss); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Precision([out, retval] LONG* pPreciss); |
− | HRESULT put_Precision([in] LONG pPreciss); | + | HRESULT put_Precision([in] LONG pPreciss); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] |
Latest revision as of 23:56, 30 March 2016
Property Precision of interface IPXC_NumberFormatItem returns/sets Value of LONG containing a positive integer that shall specify the precision or denominator of a fractional amount.
Syntax
HRESULT get_Precision([out, retval] LONG* pPreciss); HRESULT put_Precision([in] LONG pPreciss);