C# Class iTextSharp.text.pdf.spatial.CoordinateSystem

Inheritance: iTextSharp.text.pdf.PdfDictionary
Show file Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
CoordinateSystem ( PdfName type ) : System
SetEPSG ( int epsg ) : void
SetWKT ( String wkt ) : void

Method Details

CoordinateSystem() public method

public CoordinateSystem ( PdfName type ) : System
type iTextSharp.text.pdf.PdfName
return System

SetEPSG() public method

public SetEPSG ( int epsg ) : void
epsg int
return void

SetWKT() public method

public SetWKT ( String wkt ) : void
wkt String
return void