ExplicitDestination(PdfPage) Constructor |
Constructs a destination to the specified page
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic ExplicitDestination(
PdfPage page
)
Public Sub New (
page As PdfPage
)
Parameters
- page PdfPage
- The destination page
See Also