Aspose::Pdf::Facades::PdfAnnotationEditor::ExtractAnnotations metod
Innehåll
[
Dölj
]PdfAnnotationEditor::ExtractAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Hämtar listan över anteckningar av de angivna typerna.
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 | Typ | Beskrivning |
|---|---|---|
| start | int32_t | Startsida från vilken annoteringarna kommer att väljas. |
| end | int32_t | Slutsida till vilken annoteringarna kommer att väljas. |
| annotTypes | const System::ArrayPtr<Annotations::AnnotationType>& | Arrayen med nödvändiga annoteringstyper. |
ReturnValue
Annotations list.
Se även
- 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
Hämtar listan över anteckningar av de angivna typerna.
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 | Typ | Beskrivning |
|---|---|---|
| start | int32_t | Startsida från vilken annoteringarna kommer att väljas. |
| end | int32_t | Slutsida till vilken annoteringarna kommer att väljas. |
| annotTypes | const System::ArrayPtr<System::String>& | Arrayen med nödvändiga annoteringstyper. |
ReturnValue
Annotations list.
Se även
- Typedef SharedPtr
- Class IList
- Class Annotation
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++