PdfDestinationFitWidth Method |
A factory method for making a PdfDestination with FitWidth as its
PageFitMode.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static PdfDestination FitWidth(
Nullable<double> top
)
Public Shared Function FitWidth (
top As Nullable(Of Double)
) As PdfDestination
Parameters
- top
- Type: SystemNullableDouble
The top edge of the page to be shown in PDF page coordinates
Return Value
Type:
PdfDestinationReturns the
PdfDestination.
Remarks
After calling this method, it is still necessary to set the Page property to
make a valid PdfDestination.
See Also