Enum Precision
Precision values for length of measurement annotations.
Namespace: PSPDFKit.Api.Enums.Measurements
Assembly: Api.dll
Syntax
public enum Precision
Fields
| Name | Description |
|---|---|
| Eights | Rounds off to the nearest eighth. |
| Four | Rounds off upto four decimal places. |
| Halves | Rounds off to the nearest half. |
| One | Rounds off upto one decimal place. |
| Quarters | Rounds off to the nearest quarter. |
| Sixteenths | Rounds off to the nearest sixteenth. |
| Three | Rounds off upto three decimal places. |
| Two | Rounds off upto two decimal places. |
| Whole | Rounds off to the nearest whole number. |