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

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)
ParameterTypBeskrivning
xmlOutputStreamconst System::SharedPtr<System::IO::Stream>&Utdata‑XFDF‑strömmen.
startint32_tStartsida från vilken dokumentets annotationer kommer att exporteras.
endint32_tSlutsida till vilken dokumentets annotationer kommer att exporteras.
annotTypesconst System::ArrayPtr<Annotations::AnnotationType>&Arrayen med annotationstyper som ska exporteras.

Se även

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)
ParameterTypBeskrivning
xmlOutputStreamconst System::SharedPtr<System::IO::Stream>&Utdata‑XFDF‑strömmen.
startint32_tStartsida från vilken dokumentets annotationer kommer att exporteras.
endint32_tSlutsida till vilken dokumentets annotationer kommer att exporteras.
annotTypesconst System::ArrayPtr<System::String>&Arrayen med annotationstyper som ska exporteras.

Se även