|  | 
| PdfInternalLinkElement Constructor  | 
 
            Initializes an internal link pdf element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfInternalLinkElement(
	RectangleF linkRectangle,
	PdfDestination linkDestination
)
Public Sub New ( 
	linkRectangle As RectangleF,
	linkDestination As PdfDestination
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
 The link rectangle in the page.
- linkDestination
- Type: SelectPdfPdfDestination
 The link destination in the pdf document.
 See Also
See Also