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(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Document> document)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Source stream containing XFDF file.
documentSystem::SharedPtr<Document>Document where annotations will be added.

See Also