Click or drag to resize

PdfDestinationPointZoom Method

A factory method for making a PdfDestination with PointZoom as its PageFitMode

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PdfDestination PointZoom(
	PointF position,
	double zoom
)

Parameters

position
Type: System.DrawingPointF
The position to be zoomed in on in PDF page coordinates
zoom
Type: SystemDouble
The zoom level of the view. Zoom is a multiplier: 1.0 will be normal size. 0.5 will be half size, etc. 0 or null means "use current zoom"

Return Value

Type: PdfDestination
A PdfDestination with PointZoom
Remarks
After calling this method, it is still necessary to set the Page property to make a valid PdfDestination.
See Also