IPXC_NumberFormatItem::UnitsSuffix Property

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

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


Property UnitsSuffix of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be concatenated after the label.

Syntax

HRESULT get_UnitsSuffix([out, retval]  BSTR*  ppSuffix);
HRESULT put_UnitsSuffix([in]  BSTR  ppSuffix);

See Also

IPXC_NumberFormatItem