PdfImportedLink Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.PdfAnnotation iTextSharp.text.pdf.PdfAnnotation.PdfImportedLink[[PdfImportedLink]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
writer) |
|
|
() |
|
,
> |
() |
|
|
() |
|
|
() |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
Details
Constructors
PdfImportedLink
Source code
internal PdfImportedLink(PdfDictionary annotation)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
annotation |
Methods
GetParameters
Source code
public virtual IDictionary<PdfName, PdfObject> GetParameters()
GetRect
Source code
public virtual PdfArray GetRect()
IsInternal
Source code
public virtual bool IsInternal()
GetDestinationPage
Source code
public virtual int GetDestinationPage()
SetDestinationPage
Source code
public virtual void SetDestinationPage(int newPage)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
newPage |
TransformDestination
Source code
public virtual void TransformDestination(float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
TransformRect
Source code
public virtual void TransformRect(float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
CreateAnnotation
Source code
public virtual PdfAnnotation CreateAnnotation(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
ToString
Source code
public override string ToString()
Generated with ModularDoc