|  | 
| PdfDestination Constructor (PdfPage, PointF) | 
 
            Constructs a pdf destination to the specified location in the specified page.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfDestination(
	PdfPage page,
	PointF location
)
Public Sub New ( 
	page As PdfPage,
	location As PointF
)
Parameters
- page
- Type: SelectPdfPdfPage
 The destination page.
- location
- Type: System.DrawingPointF
 The location in the destination pdf page.
 See Also
See Also