Click or drag to resize

PdfInteractiveFormsIsValidField Method

Determines that specified Field is a valid Field from the hierarchy of documents fields

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool IsValidField(
	PdfField field
)

Parameters

field  PdfField
Field objects.

Return Value

Boolean
True if the specified Field is present in the list of fields of the document or False otherwise.
See Also