DestinationCreateFitV Method |
Create a new 'FitV' Destination.
The new Destination displays the page designated by 'page', with the
horizontal coordinate 'left' positioned at the left edge of the window
and the contents of the page magnified just enough to fit the entire
height of the page within the window.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Destination CreateFitV(
Page page,
double left
)
Public Shared Function CreateFitV (
page As Page,
left As Double
) As Destination
public:
static Destination^ CreateFitV(
[InAttribute] Page^ page,
[InAttribute] double left
)
pdftron.PDF.Destination.CreateFitV = function(page, left);
Parameters
- page
- Type: pdftron.PDFPage
the page
- left
- Type: SystemDouble
the left
Return Value
Type:
Destination the destination
See Also