Aspose::Pdf::Annotations::AnnotationCollection::Contains método
AnnotationCollection::Contains method
Comprueba si la anotación especificada pertenece a la colección.
bool Aspose::Pdf::Annotations::AnnotationCollection::Contains(const System::SharedPtr<Annotation> &annotation) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Annotation para ser buscado. |
ReturnValue
True - si se encuentra la anotación; de lo contrario, false.
Ver también
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++