Aspose::Pdf::Document::ExportAnnotationsToXfdf метод

Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream>&) method

Экспортирует все аннотации документа в поток.

void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream> &stream)
ПараметрТипОписание
потокconst System::SharedPtr<System::IO::Stream>&Поток, где хранится XFDF.

См. также

Document::ExportAnnotationsToXfdf(const System::String&) method

Экспортирует все аннотации документа в файл XFDF.

void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::String &fileName)
ПараметрТипОписание
fileNameconst System::String&Имя файла XFDF

См. также