| ImagePlacementCollectionRemove Method |
Deletes specified item from collection
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Remove(
ImagePlacement item
)
Public Function Remove (
item As ImagePlacement
) As Boolean
public:
virtual bool Remove(
ImagePlacement^ item
) sealed
abstract Remove :
item : ImagePlacement -> bool
override Remove :
item : ImagePlacement -> bool Parameters
- item
- Type: Aspose.PdfImagePlacement
Item to delete
Return Value
Type:
Booleantrue if item was deleted; otherwise, false.
Implements
ICollectionTRemove(T)
See Also