Enum CalibrationUnit
Enum unit for calibration annotation.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CalibrationUnit
Fields
| Name | Description |
|---|---|
| Cm | Represents the unit of centi meter. |
| Ft | Represents the unit of feet. |
| In | Represents the unit of inch. |
| Mm | Represents the unit of meter |
| P | Represents the unit of points |
| Pt | Represents the unit of points |