Click or drag to resize

DestinationCreateFitBH Method

Create a new 'FitBH' 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 its bounding box within the window.

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

Parameters

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

Return Value

Type: Destination
the destination
See Also