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
)
Public Shared Function CreateFitBH (
page As Page,
top As Double
) As Destination
public:
static Destination^ CreateFitBH(
[InAttribute] Page^ page,
[InAttribute] double top
)
pdftron.PDF.Destination.CreateFitBH = function(page, top);
Parameters
- page
- Type: pdftron.PDFPage
the page
- top
- Type: SystemDouble
the top
Return Value
Type:
Destination the destination
See Also