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