PDFPointDataType¶
Namespace: O2S.Components.PDF4NET.Spatial
Specifies the supported types for values in a PDFPointData object.
Inheritance Object → ValueType → Enum → PDFPointDataType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Latitude | 0 | The value represents latitude. |
| Longitude | 1 | The value represents longitude. |
| Altitude | 2 | The value represents altitude. |