C# Class iTextSharp.text.pdf.PdfDestination

Inheritance: PdfArray
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
AddPage ( PdfIndirectReference page ) : bool
HasPage ( ) : bool
PdfDestination ( String dest ) : System
PdfDestination ( int type ) : System
PdfDestination ( int type, float parameter ) : System
PdfDestination ( int type, float left, float top, float zoom ) : System
PdfDestination ( int type, float left, float bottom, float right, float top ) : System

Method Details

AddPage() public method

public AddPage ( PdfIndirectReference page ) : bool
page PdfIndirectReference
return bool

HasPage() public method

public HasPage ( ) : bool
return bool

PdfDestination() public method

public PdfDestination ( String dest ) : System
dest String
return System

PdfDestination() public method

public PdfDestination ( int type ) : System
type int
return System

PdfDestination() public method

public PdfDestination ( int type, float parameter ) : System
type int
parameter float
return System

PdfDestination() public method

public PdfDestination ( int type, float left, float top, float zoom ) : System
type int
left float
top float
zoom float
return System

PdfDestination() public method

public PdfDestination ( int type, float left, float bottom, float right, float top ) : System
type int
left float
bottom float
right float
top float
return System