Draws a Text Web Link on the Page

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLayoutResult DrawTextWebLink(
	PdfNewPage page,
	PointF location
)
Public Function DrawTextWebLink ( 
	page As PdfNewPage,
	location As PointF
) As PdfLayoutResult
public:
PdfLayoutResult^ DrawTextWebLink(
	PdfNewPage^ page, 
	PointF location
)
member DrawTextWebLink : 
        page : PdfNewPage * 
        location : PointF -> PdfLayoutResult 

Parameters

page
PdfNewPage
The page where the annotation should be placed.
location
PointF
The location of the annotation.

Return Value

PdfLayoutResult
Pdf Layout result

See Also