Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations method
Contents
[
Hide
]PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Gets the list of annotations of the specified types.
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)
| Parameter | Type | Description |
|---|---|---|
| start | int32_t | Start page from which the annotations will be selected. |
| end | int32_t | End page to which the annotations will be selected. |
| annotTypes | const System::ArrayPtr<Annotations::AnnotationType>& | The array of needed annotation types. |
ReturnValue
Annotations list.
See Also
- 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
Gets the list of annotations of the specified types.
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)
| Parameter | Type | Description |
|---|---|---|
| start | int32_t | Start page from which the annotations will be selected. |
| end | int32_t | End page to which the annotations will be selected. |
| annotTypes | const System::ArrayPtr<System::String>& | The array of needed annotation types. |
ReturnValue
Annotations list.
See Also
- Typedef SharedPtr
- Class IList
- Class Annotation
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++