 |
PdfDestination(PdfPage, PointF, PdfDestinationFitMode) Constructor |
Constructs a destination to the specified location in the specified page and with the specified fit mode
in the destination page.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDestination(
PdfPage page,
PointF location,
PdfDestinationFitMode fitMode
)
Public Sub New (
page As PdfPage,
location As PointF,
fitMode As PdfDestinationFitMode
)
Parameters
- page PdfPage
- The destination page.
- location PointF
- The location in the destination page.
- fitMode PdfDestinationFitMode
- The destination fit mode.
See Also