Click or drag to resize

PdfFormActionSelectedFieldCollectionAdd Method


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public void Add(
	PdfField field
)

Parameters

field  PdfField
The PdfField to be added to the end of the PdfFormActionSelectedFieldCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptionfield is .
See Also