IPXC_NumberFormatItem::UnitsPrefix Property

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

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


Property UnitsPrefix of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be concatenated to the left of the label.

Syntax

HRESULT get_UnitsPrefix([out, retval]  BSTR*  ppPrefix);
HRESULT put_UnitsPrefix([in]  BSTR  ppPrefix);

See Also

IPXC_NumberFormatItem