Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations method

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

Imports annotations into document from array of another PDF document streams.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream)
ParameterTypeDescription
annotFileStreamconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&The array of streams of PDF documents that contain source annotations.

See Also

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

Imports the specified annotations into document from array of another PDF document streams.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypeDescription
annotFileStreamconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&The array of streams of PDF documents that contain source annotations.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&The annotation types to be imported.

See Also

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

Imports annotations into document from array of another PDF documents.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile)
ParameterTypeDescription
annotFileconst System::ArrayPtr<System::String>&The array of paths of PDF documents that contain source annotations.

See Also

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

Imports the specified annotations into document from array of another PDF documents.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypeDescription
annotFileconst System::ArrayPtr<System::String>&The array of paths of PDF documents that contain source annotations.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&The array of annotation types to be imported.

See Also