Aspose::Pdf::Annotations::AnnotationCollection::FindByName method

AnnotationCollection::FindByName method

Returns annotation by its name.

System::SharedPtr<Annotation> Aspose::Pdf::Annotations::AnnotationCollection::FindByName(System::String name)
ParameterTypeDescription
nameSystem::StringName of the annotation

ReturnValue

Annotation object if found; otherwise, null.

See Also