| PdfFieldCollectionsRemove Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public 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 PdfField
- The form field to remove from the PdfFieldCollections
Return Value
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