Click or drag to resize

PdfFieldCollectionsRemove Method

Removes the first occurrence of a specific form field from the PdfFieldCollections

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool Remove(
	PdfField item
)

Parameters

item  PdfField
The form field to remove from the PdfFieldCollections

Return Value

Boolean
true if item was successfully removed from PdfFieldCollections; otherwise, false. This method also returns false if item is not found in the original PdfFieldCollections.

Implements

ICollectionTRemove(T)
See Also