Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf method
Innehåll
[
Dölj
]PdfAnnotationEditor::ExportAnnotationsXfdf(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Exporterar innehållet för de angivna anteckningstyperna till XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf(const System::SharedPtr<System::IO::Stream> &xmlOutputStream, int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotTypes)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlOutputStream | const System::SharedPtr<System::IO::Stream>& | Utdata‑XFDF‑strömmen. |
| start | int32_t | Startsida från vilken dokumentets annotationer kommer att exporteras. |
| end | int32_t | Slutsida till vilken dokumentets annotationer kommer att exporteras. |
| annotTypes | const System::ArrayPtr<Annotations::AnnotationType>& | Arrayen med annotationstyper som ska exporteras. |
Se även
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ExportAnnotationsXfdf(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::ArrayPtr<System::String>&) method
Exporterar innehållet för de angivna anteckningstyperna till XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf(const System::SharedPtr<System::IO::Stream> &xmlOutputStream, int32_t start, int32_t end, const System::ArrayPtr<System::String> &annotTypes)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlOutputStream | const System::SharedPtr<System::IO::Stream>& | Utdata‑XFDF‑strömmen. |
| start | int32_t | Startsida från vilken dokumentets annotationer kommer att exporteras. |
| end | int32_t | Slutsida till vilken dokumentets annotationer kommer att exporteras. |
| annotTypes | const System::ArrayPtr<System::String>& | Arrayen med annotationstyper som ska exporteras. |
Se även
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++