Skip to main content
Skip table of contents

PdfDestination

PdfDestination Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfDestination[[PdfDestination]]
  iTextSharp.text.pdf.PdfArray[[PdfArray]]
  end
iTextSharp.text.pdf.PdfArray --> iTextSharp.text.pdf.PdfDestination

Members

Methods

Public methods
ReturnsName
boolAddPage(PdfIndirectReference page)
boolHasPage()

Details

Inheritance

Constructors

PdfDestination [1/6]

Source code

public PdfDestination(int type)
Arguments
TypeNameDescription
inttype
PdfDestination [2/6]

Source code

public PdfDestination(int type, float parameter)
Arguments
TypeNameDescription
inttype
floatparameter
PdfDestination [3/6]

Source code

public PdfDestination(int type, float left, float top, float zoom)
Arguments
TypeNameDescription
inttype
floatleft
floattop
floatzoom
PdfDestination [4/6]

Source code

public PdfDestination(int type, float left, float bottom, float right, float top)
Arguments
TypeNameDescription
inttype
floatleft
floatbottom
floatright
floattop
PdfDestination [5/6]

Source code

public PdfDestination(PdfDestination d)
Arguments
TypeNameDescription
PdfDestinationd
PdfDestination [6/6]

Source code

public PdfDestination(string dest)
Arguments
TypeNameDescription
stringdest

Methods

HasPage

Source code

public virtual bool HasPage()
AddPage

Source code

public virtual bool AddPage(PdfIndirectReference page)
Arguments
TypeNameDescription
PdfIndirectReferencepage

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.