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