Aspose::Pdf::Annotations::AnnotationCollection::FindByName método

AnnotationCollection::FindByName method

Devuelve la anotación por su nombre.

System::SharedPtr<Annotation> Aspose::Pdf::Annotations::AnnotationCollection::FindByName(const System::String &name)
ParámetroTipoDescripción
nombreconst System::String&Nombre de la anotación

ReturnValue

Annotation object if found; otherwise, null.

Ver también