IPXC_NumberFormatItem::Units Property

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

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


Property Units of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing a text string specifying a label for displaying the units in a user interface; the label should use a universally recognized abbreviation.

Syntax

HRESULT get_Units([out, retval]  BSTR*  ppUnits);
HRESULT put_Units([in]  BSTR  ppUnits);

See Also

IPXC_NumberFormatItem