IPXC_NumberFormatItem::FractionType Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property FractionType of interface IPXC_NumberFormatItem returns/sets Value of PXC_MeasureFractionType containing the name indicating whether and in what manner to display a fractional value from the result of converting to the units of this dictionary. entry.

Syntax

HRESULT get_FractionType([out, retval]  PXC_MeasureFractionType*  pType);
HRESULT put_FractionType([in]  PXC_MeasureFractionType  pType);

See Also

IPXC_NumberFormatItem