MeasureNumberFormatFractionStyle Enumeration |
Value which indicates in which manner fraction values are displayed.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum FractionStyle
Public Enumeration FractionStyle
public enum class FractionStyle
Members
| Member name | Value | Description |
---|
| ShowAsDecimal | 0 |
Show fractional values as decimal fraction.
|
| ShowAsFraction | 1 |
Show fractional value as fraction.
|
| Round | 2 |
Round fractional values to the nearest whole integer.
|
| Truncate | 3 |
Truncate to achieve whole units.
|
See Also