Click or drag to resize
MeasureNumberFormatFractionStyle Enumeration
Value which indicates in which manner fraction values are displayed.

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum FractionStyle
Members
  Member nameValueDescription
ShowAsDecimal0 Show fractional values as decimal fraction.
ShowAsFraction1 Show fractional value as fraction.
Round2 Round fractional values to the nearest whole integer.
Truncate3 Truncate to achieve whole units.
See Also