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
|
Returns |
Name |
|---|---|
|
|
(
page) |
|
|
() |
Details
Inheritance
Constructors
PdfDestination [1/6]
Source code
public PdfDestination(int type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
PdfDestination [2/6]
Source code
public PdfDestination(int type, float parameter)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
parameter |
PdfDestination [3/6]
Source code
public PdfDestination(int type, float left, float top, float zoom)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
left |
|
|
|
top |
|
|
|
zoom |
PdfDestination [4/6]
Source code
public PdfDestination(int type, float left, float bottom, float right, float top)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
left |
|
|
|
bottom |
|
|
|
right |
|
|
|
top |
PdfDestination [5/6]
Source code
public PdfDestination(PdfDestination d)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
d |
PdfDestination [6/6]
Source code
public PdfDestination(string dest)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dest |
Methods
HasPage
Source code
public virtual bool HasPage()
AddPage
Source code
public virtual bool AddPage(PdfIndirectReference page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
Generated with ModularDoc