Aspose::Pdf::Document::ExportAnnotationsToXfdf method
Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream>&) method
Export all document annotations into stream.
void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | Stream where store XFDF. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::ExportAnnotationsToXfdf(const System::String&) method
Exports all document annotations to XFDF file.
void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::String &fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | const System::String& | XFDF file name |
See Also
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++