Aspose::Pdf::Annotations::XfdfReader::ReadFields method
XfdfReader::ReadFields method
Import field values from XFDF file.
static void Aspose::Pdf::Annotations::XfdfReader::ReadFields(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<Document> &document)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | Stream containing XFDF data. |
| document | const System::SharedPtr<Document>& | Document where fields data will be imported. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Document
- Class XfdfReader
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++