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(
PdfPoint position,
PdfSize size,
int pageIndex
)
VB
Public Function AddLinkToPage (
position As PdfPoint,
size As PdfSize,
pageIndex As Integer
) As PdfActionArea
Parameters
- position
- Type: BitMiracle.Docotic.Pdf.PdfPoint
The position of the upper-left corner of
the link area. - size
- Type: BitMiracle.Docotic.Pdf.PdfSize
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