InternalLinkElement Constructor |
Constructs an PDF internal link element
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic InternalLinkElement(
RectangleF linkRectangle,
ExplicitDestination linkDestination
)
Public Sub New (
linkRectangle As RectangleF,
linkDestination As ExplicitDestination
)
Parameters
- linkRectangle RectangleF
- The link rectangle in page
- linkDestination ExplicitDestination
- The link destination
See Also