 |
PdfDestination(PdfPage) Constructor |
Constructs a pdf destination to the specified pdf page.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDestination(
PdfPage page
)
Public Sub New (
page As PdfPage
)
Parameters
- page PdfPage
- The destination page.
See Also