| ImagePlacementCollectionContains Method |
Determines whether the collection contains a specific value.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Contains(
ImagePlacement item
)
Public Function Contains (
item As ImagePlacement
) As Boolean
public:
virtual bool Contains(
ImagePlacement^ item
) sealed
abstract Contains :
item : ImagePlacement -> bool
override Contains :
item : ImagePlacement -> bool Parameters
- item
- Type: Aspose.PdfImagePlacement
The object to locate in the collection
Return Value
Type:
Booleantrue if item is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)
See Also