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 |
|---|
PdfAnnotation | CreateAnnotation(PdfWriter writer) |
int | GetDestinationPage() |
IDictionary<PdfName, PdfObject> | GetParameters() |
PdfArray | GetRect() |
bool | IsInternal() |
void | SetDestinationPage(int newPage) |
string | ToString() |
void | TransformDestination(float a, float b, float c, float d, float e, float f) |
void | TransformRect(float a, float b, float c, float d, float e, float f) |
Details
Constructors
PdfImportedLink
Source code
internal PdfImportedLink(PdfDictionary annotation)
Arguments
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 |
|---|
int | newPage | |
Source code
public virtual void TransformDestination(float a, float b, float c, float d, float e, float f)
Arguments
| Type | Name | Description |
|---|
float | a | |
float | b | |
float | c | |
float | d | |
float | e | |
float | f | |
Source code
public virtual void TransformRect(float a, float b, float c, float d, float e, float f)
Arguments
| Type | Name | Description |
|---|
float | a | |
float | b | |
float | c | |
float | d | |
float | e | |
float | f | |
CreateAnnotation
Source code
public virtual PdfAnnotation CreateAnnotation(PdfWriter writer)
Arguments
ToString
Source code
public override string ToString()
Generated with ModularDoc