IPXC_NumberFormatItem::Precision Property

From PDF XChange PDF SDK
Revision as of 00:56, 31 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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);

See Also

IPXC_NumberFormatItem