 | PdfControlCollectionsRemove Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Remove(
PdfControl item
)
Public Function Remove (
item As PdfControl
) As Boolean
public:
virtual bool Remove(
PdfControl^ item
) sealed
abstract Remove :
item : PdfControl -> bool
override Remove :
item : PdfControl -> bool public final boolean Remove(
PdfControl item
)
Parameters
- item PdfControl
- The control to remove from the PdfControlCollections
Return Value
Booleantrue if
item was successfully removed from
PdfControlCollections;
otherwise, false. This method also returns false if item is not found in the original
PdfControlCollections.
Implements
ICollectionTRemove(T)
See Also