Skip to content

PDFPointDataType

Namespace: O2S.Components.PDF4NET.Spatial

Specifies the supported types for values in a PDFPointData object.

public enum PDFPointDataType

Inheritance ObjectValueTypeEnumPDFPointDataType
Implements

Fields

Name Value Description
Latitude 0 The value represents latitude.
Longitude 1 The value represents longitude.
Altitude 2 The value represents altitude.