Click or drag to resize

PdfInteractiveFormsGetPageControls Method

Gets collection of controls for specified page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PdfControlCollections GetPageControls(
	PdfPage page
)

Parameters

page  PdfPage
PDF page object.

Return Value

PdfControlCollections
Collection of controls for specified page .
See Also