Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations метод

PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&) method

Импортирует аннотации в документ из массива потоков других PDF‑документов.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream)
ПараметрТипОписание
annotFileStreamconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Массив потоков PDF‑документов, содержащих исходные аннотации.

См. также

PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::ArrayPtr<Annotations::AnnotationType>&) method

Импортирует указанные аннотации в документ из массива потоков других PDF‑документов.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ПараметрТипОписание
annotFileStreamconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Массив потоков PDF‑документов, содержащих исходные аннотации.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Типы аннотаций для импорта.

См. также

PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String>&) method

Импортирует аннотации в документ из массива других PDF‑документов.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile)
ПараметрТипОписание
annotFileconst System::ArrayPtr<System::String>&Массив путей к PDF‑документам, содержащим исходные аннотации.

См. также

PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String>&, const System::ArrayPtr<Annotations::AnnotationType>&) method

Импортирует указанные аннотации в документ из массива других PDF‑документов.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ПараметрТипОписание
annotFileconst System::ArrayPtr<System::String>&Массив путей к PDF‑документам, содержащим исходные аннотации.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Массив типов аннотаций для импорта.

См. также