Click or drag to resize

PdfTextWebLink DrawTextWebLink Method (PdfCanvas, PointF)

Draw a Text Web Link on the Graphics

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawTextWebLink(
	PdfCanvas graphics,
	PointF location
)

Parameters

graphics
Type: Spire.Pdf.Graphics PdfCanvas
Theobject specifies where annotation should be placed..
location
Type: System.Drawing PointF
The location of the annotation.
See Also