Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf method
Contents
[
Hide
]PdfAnnotationEditor::ExportAnnotationsXfdf(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Exports the content of the specified annotations types into 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 | Type | Description |
|---|---|---|
| xmlOutputStream | const System::SharedPtr<System::IO::Stream>& | The output XFDF stream. |
| start | int32_t | Start page from which the annotations of the document will be exported. |
| end | int32_t | End page to which the annotations of the document will be exported. |
| annotTypes | const System::ArrayPtr<Annotations::AnnotationType>& | The array of annotation types need be exported. |
See Also
- 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
Exports the content of the specified annotation types into 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 | Type | Description |
|---|---|---|
| xmlOutputStream | const System::SharedPtr<System::IO::Stream>& | The output XFDF stream. |
| start | int32_t | Start page from which the annotations of the document will be exported. |
| end | int32_t | End page to which the annotations of the document will be exported. |
| annotTypes | const System::ArrayPtr<System::String>& | The array of annotation types need be exported. |
See Also
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++