Aspose::Pdf::Annotations::AnnotationCollection::FindByName method
AnnotationCollection::FindByName method
Returns annotation by its name.
System::SharedPtr<Annotation> Aspose::Pdf::Annotations::AnnotationCollection::FindByName(const System::String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Name of the annotation |
ReturnValue
Annotation object if found; otherwise, null.
See Also
- Typedef SharedPtr
- Class Annotation
- Class String
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++