Aspose::Pdf::Annotations::AnnotationCollection::FindByName-metoden

AnnotationCollection::FindByName method

Returnerar annotation efter dess namn.

System::SharedPtr<Annotation> Aspose::Pdf::Annotations::AnnotationCollection::FindByName(const System::String &name)
ParameterTypBeskrivning
namnconst System::String&Namnet på annotationen

ReturnValue

Annotation object if found; otherwise, null.

Se även