Click or drag to resize

PdfFieldCollectionsRemove Method

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

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public bool Remove(
	PdfField item
)

Parameters

item
Type: Patagames.Pdf.NetPdfField
The form field to remove from the PdfFieldCollections

Return Value

Type: 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