DestinationCreateFit Method |
Create a new 'Fit' Destination.
The new Destination displays the page designated by 'page', with its contents
magnified just enough to fit the entire page within the window both
horizontally and vertically. If the required horizontal and vertical
magnification factors are different, use the smaller of the two, centering
the page within the window in the other dimension.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Destination CreateFit(
Page page
)
Public Shared Function CreateFit (
page As Page
) As Destination
public:
static Destination^ CreateFit(
[InAttribute] Page^ page
)
pdftron.PDF.Destination.CreateFit = function(page);
Parameters
- page
- Type: pdftron.PDFPage
the page
Return Value
Type:
Destination the destination
See Also