Aspose::Pdf::Annotations::XfdfReader::ReadAnnotations method

XfdfReader::ReadAnnotations method

Import annotations from XFDF file and put them into document.

static void Aspose::Pdf::Annotations::XfdfReader::ReadAnnotations(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<Document> &document)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Source stream containing XFDF file.
documentconst System::SharedPtr<Document>&Document where annotations will be added.

See Also