PdfDestination(PdfPage, PointFloat) Constructor
Creates a destination for the given point in the given PDF page
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDestination(
PdfPage page,
PointFloat point
)
Public Sub New (
page As PdfPage,
point As PointFloat
)
public:
PdfDestination(
PdfPage^ page,
PointFloat^ point
)
new :
page : PdfPage *
point : PointFloat -> PdfDestination
Parameters
- page PdfPage
- The target page
- point PointFloat
- The target point in page