Click or drag to resize

PdfViewerCalcActualRect Method

Calculates the actual rectangle of the specified page in client coordinates

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
public Rectangle CalcActualRect(
	int index
)

Parameters

index  Int32
Zero-based page index

Return Value

Rectangle
Calculated rectangle
See Also