DestinationCreateFitBV Method |
Create a new 'FitBV' Destination.
The new Destination displays Display 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 its bounding box within the window.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Destination CreateFitBV(
Page page,
double left
)
Public Shared Function CreateFitBV (
page As Page,
left As Double
) As Destination
public:
static Destination^ CreateFitBV(
[InAttribute] Page^ page,
[InAttribute] double left
)
pdftron.PDF.Destination.CreateFitBV = function(page, left);
Parameters
- page
- Type: pdftron.PDFPage
the page
- left
- Type: SystemDouble
the left
Return Value
Type:
Destination the destination
See Also