Adds the new link area to the
PdfPage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfActionArea AddLinkToPage(
PointF position,
SizeF size,
int pageIndex
)
VB
Public Function AddLinkToPage (
position As PointF,
size As SizeF,
pageIndex As Integer
) As PdfActionArea
Parameters
- position
- Type: System.Drawing.PointF
The position of the upper-left corner of
the link area. - size
- Type: System.Drawing.SizeF
The size of the link area. - pageIndex
- Type: System.Int32
Index of the page to be displayed when
the link area is activated.
Return Value
Type:
PdfActionArea
The newly created
PdfActionArea object.
See Also