  | 
PdfDestination Constructor (PdfPage, PointF, PdfDestinationFitMode) | 
 
            Constructs a destination to the specified location in the specified page and with the specified fit mode
            in the destination page.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntaxpublic PdfDestination(
	PdfPage page,
	PointF location,
	PdfDestinationFitMode fitMode
)
Public Sub New ( 
	page As PdfPage,
	location As PointF,
	fitMode As PdfDestinationFitMode
)
Parameters
- page
 - Type: SelectPdfPdfPage
The destination page. - location
 - Type: System.DrawingPointF
The location in the destination page. - fitMode
 - Type: SelectPdfPdfDestinationFitMode
The destination fit mode. 
See Also