PdfInternalLink Constructor
Creates an internal link object to add to PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfInternalLink(
RectangleFloat linkRectangle,
PdfDestination destination
)
Public Sub New (
linkRectangle As RectangleFloat,
destination As PdfDestination
)
public:
PdfInternalLink(
RectangleFloat^ linkRectangle,
PdfDestination^ destination
)
new :
linkRectangle : RectangleFloat *
destination : PdfDestination -> PdfInternalLink
Parameters
- linkRectangle RectangleFloat
- The internal link rectangle in PDF page
- destination PdfDestination
- The link destination in PDF document