 | PdfFieldCollectionsRemove Method |
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
Syntaxpublic bool Remove(
PdfField item
)
Public Function Remove (
item As PdfField
) As Boolean
public:
virtual bool Remove(
PdfField^ item
) sealed
abstract Remove :
item : PdfField -> bool
override Remove :
item : PdfField -> bool
public final boolean Remove(
PdfField item
)
Parameters
- item
- Type: Patagames.Pdf.NetPdfField
The form field to remove from the PdfFieldCollections
Return Value
Type:
Booleantrue 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