Click or drag to resize

DestinationCreateXYZ Method

Create a new 'XYZ' Destination. The new Destination displays the page designated by 'page', with the coordinates ('left', 'top') positioned at the top-left corner of the window and the contents of the page magnified by the factor 'zoom'. A null value for any of the parameters 'left', 'top', or 'zoom' specifies that the current value of that parameter is to be retained unchanged. A 'zoom' value of 0 has the same meaning as a null value.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Destination CreateXYZ(
	Page page,
	double left,
	double top,
	double zoom
)

Parameters

page
Type: pdftron.PDFPage
the page
left
Type: SystemDouble
the left
top
Type: SystemDouble
the top
zoom
Type: SystemDouble
the zoom

Return Value

Type: Destination
the destination
See Also