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