Skip to main content
Skip table of contents

PdfImportedLink

  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
ReturnsName
PdfAnnotationCreateAnnotation(PdfWriter writer)
intGetDestinationPage()
IDictionary<PdfName, PdfObject>GetParameters()
PdfArrayGetRect()
boolIsInternal()
voidSetDestinationPage(int newPage)
stringToString()
voidTransformDestination(float a, float b, float c, float d, float e, float f)
voidTransformRect(float a, float b, float c, float d, float e, float f)
Source code
internal PdfImportedLink(PdfDictionary annotation)
TypeNameDescription
PdfDictionaryannotation
Source code
public virtual IDictionary<PdfName, PdfObject> GetParameters()
Source code
public virtual PdfArray GetRect()
Source code
public virtual bool IsInternal()
Source code
public virtual int GetDestinationPage()
Source code
public virtual void SetDestinationPage(int newPage)
TypeNameDescription
intnewPage
Source code
public virtual void TransformDestination(float a, float b, float c, float d, float e, float f)
TypeNameDescription
floata
floatb
floatc
floatd
floate
floatf
Source code
public virtual void TransformRect(float a, float b, float c, float d, float e, float f)
TypeNameDescription
floata
floatb
floatc
floatd
floate
floatf
Source code
public virtual PdfAnnotation CreateAnnotation(PdfWriter writer)
TypeNameDescription
PdfWriterwriter
Source code
public override string ToString()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.