Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfAnnotation CreateLink( PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest ) |
Visual Basic |
---|
Public Shared Function CreateLink ( _ writer As PdfWriter, _ rect As Rectangle, _ highlight As PdfName, _ page As Integer, _ dest As PdfDestination _ ) As PdfAnnotation |
Visual C++ |
---|
public: static PdfAnnotation^ CreateLink( PdfWriter^ writer, Rectangle^ rect, PdfName^ highlight, int page, PdfDestination^ dest ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- highlight
- Type: iTextSharp.text.pdf..::..PdfName
- page
- Type: System..::..Int32
- dest
- Type: iTextSharp.text.pdf..::..PdfDestination