Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf method
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Imports all annotations from XFDF data stream.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
| Parameter | Type | Description |
|---|---|---|
| xfdfStream | const System::SharedPtr<System::IO::Stream>& | The input XFDF data stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String&) method
Imports all annotations from XFDF file.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String &xfdfFile)
| Parameter | Type | Description |
|---|---|---|
| xfdfFile | const System::String& | The input XFDF file. |
See Also
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++