Aspose::Pdf::Annotations::FdfReader::ReadAnnotations method

FdfReader::ReadAnnotations method

Import annotations from FDF file and put them into document.

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

See Also