Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf метод
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Импортирует все аннотации из потока данных XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
| Параметр | Тип | Описание |
|---|---|---|
| xfdfStream | const System::SharedPtr<System::IO::Stream>& | Входной поток данных XFDF. |
См. также
- Typedef SharedPtr
- Class Stream
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String&) method
Импортирует все аннотации из файла XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String &xfdfFile)
| Параметр | Тип | Описание |
|---|---|---|
| xfdfFile | const System::String& | Входной файл XFDF. |
См. также
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++