PXC_MeasureFractionType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 29: Line 29:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_NumberFormatItem_FractionType|IPXC_NumberFormatItem::FractionType]]

Revision as of 06:13, 23 May 2015


Specifies the ...

Syntax

enum PXC_MeasureFractionType
{
    MFT_AsDecimal          = 0,
    MFT_AsFraction         = 1,
    MFT_NoFraction_Nearest = 2,
    MFT_NoFraction_Floor   = 3,
};

Constants

MFT_AsDecimal
The ...
MFT_AsFraction
The ...
MFT_NoFraction_Nearest
The ...
MFT_NoFraction_Floor
The ...

See Also

IPXC_NumberFormatItem::FractionType