InternalLinkElement Constructor |
Constructs an PDF internal link element
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public InternalLinkElement(
RectangleF linkRectangle,
ExplicitDestination linkDestination
)
Public Sub New (
linkRectangle As RectangleF,
linkDestination As ExplicitDestination
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in page - linkDestination
- Type: ExpertPdf.PdfCreatorExplicitDestination
The link destination
See Also