PdfDestinationFitBoundsAction Method |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitBounds as its
PageFitMode
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic static PdfGoToViewAction FitBoundsAction(
int pageIndex
)
Public Shared Function FitBoundsAction (
pageIndex As Integer
) As PdfGoToViewAction
Parameters
- pageIndex
- Type: SystemInt32
Index of the page.
Return Value
Type:
PdfGoToViewActionA new
PdfGoToViewAction
See Also