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

Inheritance: iTextSharp.text.pdf.PdfDictionary
ファイルを表示 Open project: boecko/iTextSharp

Public Methods

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

Method Details

SetBBox() public method

public SetBBox ( Rectangle bbox ) : void
bbox iTextSharp.text.Rectangle
return void

SetMeasure() public method

public SetMeasure ( Measure measure ) : void
measure Measure
return void

SetName() public method

public SetName ( PdfString value ) : void
value iTextSharp.text.pdf.PdfString
return void

SetPtData() public method

public SetPtData ( PointData ptData ) : void
ptData PointData
return void

Viewport() public method

public Viewport ( ) : System
return System