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
)
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
-
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