Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf method

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)
ParameterTypeDescription
xmlOutputStreamconst System::SharedPtr<System::IO::Stream>&The output XFDF stream.
startint32_tStart page from which the annotations of the document will be exported.
endint32_tEnd page to which the annotations of the document will be exported.
annotTypesconst System::ArrayPtr<Annotations::AnnotationType>&The array of annotation types need be exported.

See Also

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)
ParameterTypeDescription
xmlOutputStreamconst System::SharedPtr<System::IO::Stream>&The output XFDF stream.
startint32_tStart page from which the annotations of the document will be exported.
endint32_tEnd page to which the annotations of the document will be exported.
annotTypesconst System::ArrayPtr<System::String>&The array of annotation types need be exported.

See Also