PdfDocumentCreatePdfLink Method
            Constructs a link in the given PDF page from the given rectangle to the given destination
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void CreatePdfLink(
	PdfPage page,
	RectangleFloat rectangle,
	PdfDestination destination
)
Public Sub CreatePdfLink ( 
	page As PdfPage,
	rectangle As RectangleFloat,
	destination As PdfDestination
)
public:
void CreatePdfLink(
	PdfPage^ page, 
	RectangleFloat^ rectangle, 
	PdfDestination^ destination
)
member CreatePdfLink : 
        page : PdfPage * 
        rectangle : RectangleFloat * 
        destination : PdfDestination -> unit 
Parameters
- page  PdfPage
- The PDF page where to create the link
- rectangle  RectangleFloat
- The link rectangle in PDF page
- destination  PdfDestination
- The link destination