ImagePlacementCollection.Remove

ImagePlacementCollection.Remove method

Deletes specified item from collection

public bool Remove(ImagePlacement item)
ParameterTypeDescription
itemImagePlacementItem to delete

Return Value

true if item was deleted; otherwise, false.

See Also