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)
ПараметрТипОписание
xfdfStreamconst System::SharedPtr<System::IO::Stream>&Входной поток данных XFDF.

См. также

PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String&) method

Импортирует все аннотации из файла XFDF.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String &xfdfFile)
ПараметрТипОписание
xfdfFileconst System::String&Входной файл XFDF.

См. также