Aspose::Pdf::Facades::Form::ExportXml method
Form::ExportXml 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::ExportXml(const System::SharedPtr<System::IO::Stream> &outputXmlStream)
| Parameter | Type | Description |
|---|---|---|
| outputXmlStream | const System::SharedPtr<System::IO::Stream>& | Output Xml stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++