PdfDestination Constructor (PdfPageBase, PointF)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.General
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDestination(
PdfPageBase page,
PointF location
)
Public Sub New (
page As PdfPageBase,
location As PointF
)
public:
PdfDestination(
PdfPageBase^ page,
PointF location
)
new :
page : PdfPageBase *
location : PointF -> PdfDestination
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
The page.
-
location
-
Type:
System.Drawing
PointF
The location.
See Also