PdfDestinationFitBounds Method |
A factory method for making a PdfDestination with FitBounds as its
PageFitMode.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic static PdfDestination FitBounds()
Public Shared Function FitBounds As PdfDestination
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