Writes HyperLink into a PDF document.

Namespace:  PerpetuumSoft.Reporting.Export.Pdf.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Pdf (in PerpetuumSoft.Reporting.Export.Pdf.dll) Version: 3.9.0.1

Syntax

C#
protected void WriteHyperlink(
	PdfWriter pdfWriter
)
Visual Basic (Declaration)
Protected Sub WriteHyperlink ( _
	pdfWriter As PdfWriter _
)
Visual C++
protected:
void WriteHyperlink(
	PdfWriter^ pdfWriter
)

Parameters

pdfWriter
Type: PdfWriter

See Also