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