IPXC_NumberFormatItem::DecimalSep Property

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

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


Property DecimalSep of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be used as the decimal position in displaying numerical values.

Syntax

HRESULT get_DecimalSep([out, retval]  BSTR*  ppSeparator);
HRESULT put_DecimalSep([in]  BSTR  ppSeparator);

See Also

IPXC_NumberFormatItem