Click or drag to resize

PdfTextWebLink DrawTextWebLink Method (PdfNewPage, PointF)

Draws a Text Web Link on the Page

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutResult DrawTextWebLink(
	PdfNewPage page,
	PointF location
)

Parameters

page
Type: Spire.Pdf PdfNewPage
The page where the annotation should be placed.
location
Type: System.Drawing PointF
The location of the annotation.

Return Value

Type: PdfLayoutResult
Pdf Layout result
See Also