ImagePlacementCollectionRemove Method
Deletes specified item from collection

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Remove(
	ImagePlacement item
)

Parameters

item
Type: Aspose.PdfImagePlacement
Item to delete

Return Value

Type: Boolean
true if item was deleted; otherwise, false.

Implements

ICollectionTRemove(T)
See Also