Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations method
Contenido
[
Ocultar
]PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Obtiene la lista de anotaciones de los tipos especificados.
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Annotations::Annotation>>> Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotTypes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| inicio | int32_t | Página de inicio desde la cual se seleccionarán las anotaciones. |
| end | int32_t | Página final hasta la cual se seleccionarán las anotaciones. |
| annotTypes | const System::ArrayPtr<Annotations::AnnotationType>& | La matriz de tipos de anotación necesarios. |
ReturnValue
Annotations list.
Ver también
- Typedef SharedPtr
- Class IList
- Class Annotation
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, const System::ArrayPtr<System::String>&) method
Obtiene la lista de anotaciones de los tipos especificados.
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Annotations::Annotation>>> Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations(int32_t start, int32_t end, const System::ArrayPtr<System::String> &annotTypes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| inicio | int32_t | Página de inicio desde la cual se seleccionarán las anotaciones. |
| end | int32_t | Página final hasta la cual se seleccionarán las anotaciones. |
| annotTypes | const System::ArrayPtr<System::String>& | La matriz de tipos de anotación necesarios. |
ReturnValue
Annotations list.
Ver también
- Typedef SharedPtr
- Class IList
- Class Annotation
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++