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

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)
ParameterTypeDescription
startint32_tStart page from which the annotations will be selected.
endint32_tEnd page to which the annotations will be selected.
annotTypesconst System::ArrayPtr<Annotations::AnnotationType>&The array of needed annotation types.

ReturnValue

Annotations list.

See Also

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)
ParameterTypeDescription
startint32_tStart page from which the annotations will be selected.
endint32_tEnd page to which the annotations will be selected.
annotTypesconst System::ArrayPtr<System::String>&The array of needed annotation types.

ReturnValue

Annotations list.

See Also