ExpertPdf PDF Creator Library
ExplicitDestination Constructor (page, point, viewMode)
NamespacesExpertPdf.PdfCreatorExplicitDestinationExplicitDestination(PdfPage, PointF, DestinationViewMode)
ExpertPdf PDF Creator Library
Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page
Declaration Syntax
C#Visual BasicVisual C++
public ExplicitDestination(
	PdfPage page,
	PointF point,
	DestinationViewMode viewMode
)
Public Sub New ( _
	page As PdfPage, _
	point As PointF, _
	viewMode As DestinationViewMode _
)
public:
ExplicitDestination(
	PdfPage^ page, 
	PointF point, 
	DestinationViewMode viewMode
)
Parameters
page (PdfPage)
The destination page
point (PointF)
The destination point in page
viewMode (DestinationViewMode)
The destination view mode

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)