Click or drag to resize

PdfInteractiveFormsIsValidControl Method

Determines that specified Control is a valid Control

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool IsValidControl(
	PdfControl control
)

Parameters

control  PdfControl
Control object.

Return Value

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