Skip to content

PDFCoordinateSystem

Namespace: O2S.Components.PDF4NET.Spatial

Defines the base class for spatial coordinate systems.

public abstract class PDFCoordinateSystem

Inheritance ObjectPDFCoordinateSystem

Constructors

PDFCoordinateSystem()

Initializes a new PDFCoordinateSystem object.

public PDFCoordinateSystem()

Properties

EPSG

Gets or sets the EPSG code.

public int EPSG { get; set; }

Property Value

Int32
An EPSG reference code specifying the geographic coordinate system.


WellKnownText

Gets or sets the wekk known text.

public string WellKnownText { get; set; }

Property Value

String
A string of Well Known Text describing the geographic coordinate system.