Aspose::Pdf::Facades::Form::ExportXfdf method
Form::ExportXfdf method
Exports the content of the fields of the pdf into the xml stream. The button field’s value will not be exported.
void Aspose::Pdf::Facades::Form::ExportXfdf(const System::SharedPtr<System::IO::Stream> &outputXfdfStream)
| Parameter | Type | Description |
|---|---|---|
| outputXfdfStream | const System::SharedPtr<System::IO::Stream>& | The output xml stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++