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)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream containing XFDF data.
documentconst System::SharedPtr<Document>&Document where fields data will be imported.

See Also