PXC_MeasureFractionType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_MeasureFractionType Enumeration}}
 
{{#customTitle:PXC_MeasureFractionType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 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

See also ...