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