Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PdfGoToViewAction FitBoundsAction(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.

Return Value

Type: PdfGoToViewAction
A new PdfGoToViewAction
See Also