  | 
PdfDestination Constructor (PdfPage, PointF) | 
 
            Constructs a pdf destination to the specified location in the specified page.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
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