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

Inheritance: iTextSharp.text.pdf.PdfDictionary
Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Méthode Description
CoordinateSystem ( PdfName type ) : System
SetEPSG ( int epsg ) : void
SetWKT ( String wkt ) : void

Method Details

CoordinateSystem() public méthode

public CoordinateSystem ( PdfName type ) : System
type iTextSharp.text.pdf.PdfName
Résultat System

SetEPSG() public méthode

public SetEPSG ( int epsg ) : void
epsg int
Résultat void

SetWKT() public méthode

public SetWKT ( String wkt ) : void
wkt String
Résultat void