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

PdfAnnotationEditor::ImportAnnotations(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(System::ArrayPtr<System::SharedPtr<System::IO::Stream>> annotFileStream)
ParameterTypeDescription
annotFileStreamSystem::ArrayPtr<System::SharedPtr<System::IO::Stream>>The array of streams of PDF documents that contain source annotations.

See Also

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

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

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

See Also

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

Imports annotations into document from array of another PDF documents.

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

See Also

PdfAnnotationEditor::ImportAnnotations(System::ArrayPtr<System::String>, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>) method

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

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

See Also