Click or drag to resize

PdfAnnotationCollection Contains Method

Searches the collection for the specified annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	PdfAnnotation annotation
)

Parameters

annotation
Type: Spire.Pdf.Annotations PdfAnnotation
The annotation to search for.

Return Value

Type: Boolean
True, if annotation is contained in collection. Otherwise - false.
See Also