PdfDestination Constructor (Int32, PointF, Single)
|
Note: This API is now obsolete.
Initializes a new instance of PdfDestination.
Namespace:
Spire.Pdf.General
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future, please use PdfDestination(page, location) instead.")]
public PdfDestination(
int pageNumber,
PointF location,
float zoom
)
<ObsoleteAttribute("This method may be removed in the future, please use PdfDestination(page, location) instead.")>
Public Sub New (
pageNumber As Integer,
location As PointF,
zoom As Single
)
public:
[ObsoleteAttribute(L"This method may be removed in the future, please use PdfDestination(page, location) instead.")]
PdfDestination(
int pageNumber,
PointF location,
float zoom
)
[<ObsoleteAttribute("This method may be removed in the future, please use PdfDestination(page, location) instead.")>]
new :
pageNumber : int *
location : PointF *
zoom : float32 -> PdfDestination
Parameters
-
pageNumber
-
Type:
System
Int32
The zero based page number.
-
location
-
Type:
System.Drawing
PointF
The location in the page based on the lower-left coordinate system.
-
zoom
-
Type:
System
Single
The zoom factor.
See Also