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

See Also