Skip to content

PDFFractionDisplay

Namespace: O2S.Components.PDF4NET.Spatial

Specifies the supported display modes for a fractional value.

public enum PDFFractionDisplay

Inheritance ObjectValueTypeEnumPDFFractionDisplay
Implements

Fields

Name Value Description
Decimal 0 Show as decimal to the precision defined by the PDFNumberFormat.Precision property.
Fraction 1 Show as a fraction with denominator specified by the PDFNumberFormat.Denominator property.
Round 2 No fractional part; round to the nearest whole unit.
Truncate 3 No fractional part; truncate to achieve whole units.