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

PdfAnnotationEditor::ExportAnnotationsXfdf(System::SharedPtr<System::IO::Stream>, int32_t, int32_t, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>) method

Exports the content of the specified annotations types into XFDF.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf(System::SharedPtr<System::IO::Stream> xmlOutputStream, int32_t start, int32_t end, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotTypes)
ParameterTypeDescription
xmlOutputStreamSystem::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.
annotTypesSystem::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>The array of annotation types need be exported.

See Also

PdfAnnotationEditor::ExportAnnotationsXfdf(System::SharedPtr<System::IO::Stream>, int32_t, int32_t, System::ArrayPtr<System::String>) method

Exports the content of the specified annotation types into XFDF.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ExportAnnotationsXfdf(System::SharedPtr<System::IO::Stream> xmlOutputStream, int32_t start, int32_t end, System::ArrayPtr<System::String> annotTypes)
ParameterTypeDescription
xmlOutputStreamSystem::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.
annotTypesSystem::ArrayPtr<System::String>The array of annotation types need be exported.

See Also