ExpertPdf Html to Pdf Converter Library
ExplicitDestination Constructor (page, point)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentExplicitDestinationExplicitDestination(PdfPage, PointF)
ExpertPdf Html to Pdf Converter Library
Constructs a destination to the specified location in the specified page
Declaration Syntax
C#Visual BasicVisual C++
public ExplicitDestination(
	PdfPage page,
	PointF point
)
Public Sub New ( 
	page As PdfPage,
	point As PointF
)
public:
ExplicitDestination(
	PdfPage^ page, 
	PointF point
)
Parameters
page (PdfPage)
The destination poge
point (PointF)
The destination point in page

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)