contains method
Determines whether a specified annotation is in the annotation collection.
Implementation
bool contains(PdfAnnotation annotation) {
return _helper.contains(annotation);
}
Determines whether a specified annotation is in the annotation collection.
bool contains(PdfAnnotation annotation) {
return _helper.contains(annotation);
}