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. |
См. также
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::ExportAnnotationsToXfdf(const System::String&) method
Экспортирует все аннотации документа в файл XFDF.
void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::String &fileName)
| Параметр | Тип | Описание |
|---|---|---|
| fileName | const System::String& | Имя файла XFDF |
См. также
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++