Click or drag to resize

PdfDestinationFitPageAction Method

A factory method for making a PdfGoToViewAction with a PdfDestination with FitPage as its PageFitMode

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static PdfGoToViewAction FitPageAction(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: PdfGoToViewAction
A new PdfGoToViewAction
See Also