Click or drag to resize

PdfFieldCollectionsAdd Method

Adds a form field to the PdfFieldCollections.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Add(
	PdfField item
)

Parameters

item  PdfField
The form field to add to the PdfFieldCollections.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe item is null.
See Also