Click or drag to resize

PdfDocumentBase CheckFields Method

Checks what fields are connected with the page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual void CheckFields(
	PdfDocumentBase ldDoc,
	PdfPageBase page,
	List<PdfField> fields
)

Parameters

ldDoc
Type: Spire.Pdf PdfDocumentBase
The loaded document.
page
Type: Spire.Pdf PdfPageBase
The page.
fields
Type: System.Collections.Generic List PdfField
An array where the fields connected to the page are stored.
See Also