Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations method

PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>) method

Gets the list of annotations of the specified types.

System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Aspose::Pdf::Annotations::Annotation>>> Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations(int32_t start, int32_t end, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotTypes)
ParameterTypeDescription
startint32_tStart page from which the annotations will be selected.
endint32_tEnd page to which the annotations will be selected.
annotTypesSystem::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>The array of needed annotation types.

ReturnValue

Annotations list.

See Also

PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, System::ArrayPtr<System::String>) method

Gets the list of annotations of the specified types.

System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Aspose::Pdf::Annotations::Annotation>>> Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations(int32_t start, int32_t end, System::ArrayPtr<System::String> annotTypes)
ParameterTypeDescription
startint32_tStart page from which the annotations will be selected.
endint32_tEnd page to which the annotations will be selected.
annotTypesSystem::ArrayPtr<System::String>The array of needed annotation types.

ReturnValue

Annotations list.

See Also