|
PdfDestination(PdfPage, PointF) Constructor
|
Constructs a pdf destination to the specified location in the specified page.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfDestination(
PdfPage page,
PointF location
)
Public Sub New (
page As PdfPage,
location As PointF
)
Parameters
- page PdfPage
- The destination page.
- location PointF
- The location in the destination pdf page.
See Also