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

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

Méthodes publiques

Méthode Description
SetBBox ( Rectangle bbox ) : void
SetMeasure ( Measure measure ) : void
SetName ( PdfString value ) : void
SetPtData ( PointData ptData ) : void
Viewport ( ) : System

Method Details

SetBBox() public méthode

public SetBBox ( Rectangle bbox ) : void
bbox iTextSharp.text.Rectangle
Résultat void

SetMeasure() public méthode

public SetMeasure ( Measure measure ) : void
measure Measure
Résultat void

SetName() public méthode

public SetName ( PdfString value ) : void
value iTextSharp.text.pdf.PdfString
Résultat void

SetPtData() public méthode

public SetPtData ( PointData ptData ) : void
ptData PointData
Résultat void

Viewport() public méthode

public Viewport ( ) : System
Résultat System