Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| annotFileStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | The array of streams of PDF documents that contain source annotations. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| annotFileStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | The array of streams of PDF documents that contain source annotations. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | The annotation types to be imported. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| annotFile | const System::ArrayPtr<System::String>& | The array of paths of PDF documents that contain source annotations. |
See Also
- Typedef ArrayPtr
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| annotFile | const System::ArrayPtr<System::String>& | The array of paths of PDF documents that contain source annotations. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | The array of annotation types to be imported. |
See Also
- Typedef ArrayPtr
- Class String
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++