Click or drag to resize

DestinationCreateFitH Method

Create a new 'FitH' Destination. The new Destination displays the page designated by 'page', with the vertical coordinate 'top' positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window.

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

Parameters

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

Return Value

Type: Destination
the destination
See Also