Click or drag to resize

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
)

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