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)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | Source stream containing FDF file. |
| document | const System::SharedPtr<Document>& | Document where annotations will be added. |
See Also
- Typedef SharedPtr
- Class Stream
- Class Document
- Class FdfReader
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++