ImagePlacementCollectionContains Method
Determines whether the collection contains a specific value.

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

Parameters

item
Type: Aspose.PdfImagePlacement
The object to locate in the collection

Return Value

Type: Boolean
true if item is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also