Draw a Text Web Link on the Graphics

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 void DrawTextWebLink(
	PdfCanvas graphics,
	PointF location
)
Public Sub DrawTextWebLink ( 
	graphics As PdfCanvas,
	location As PointF
)
public:
void DrawTextWebLink(
	PdfCanvas^ graphics, 
	PointF location
)
member DrawTextWebLink : 
        graphics : PdfCanvas * 
        location : PointF -> unit 

Parameters

graphics
PdfCanvas
The object specifies where annotation should be placed..
location
PointF
The location of the annotation.

See Also