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
)
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
-
Type:
Spire.Pdf.Graphics
PdfCanvas
Theobject specifies where annotation should be placed..
-
location
-
Type:
System.Drawing
PointF
The location of the annotation.
See Also