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