ExplicitDestination Constructor (PdfPage, PointF) |
Constructs a destination to the specified location in the specified page
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public ExplicitDestination(
PdfPage page,
PointF point
)
Public Sub New (
page As PdfPage,
point As PointF
)
Parameters
- page
- Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
The destination poge - point
- Type: System.DrawingPointF
The destination point in page
See Also