Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations method
Innehåll
[
Dölj
]PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&) method
Importerar anteckningar till dokumentet från en matris av andra PDF‑dokumentströmmar.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| annotFileStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | Arrayen med strömmar av PDF-dokument som innehåller källannotationer. |
Se även
- 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
Importerar de angivna anteckningarna till dokumentet från en matris av andra PDF‑dokumentströmmar.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &annotFileStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| annotFileStream | const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>& | Arrayen med strömmar av PDF-dokument som innehåller källannotationer. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Annotationstyperna som ska importeras. |
Se även
- 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
Importerar anteckningar till dokumentet från en matris av andra PDF‑dokument.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| annotFile | const System::ArrayPtr<System::String>& | Arrayen med sökvägar till PDF-dokument som innehåller källannotationer. |
Se även
- 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
Importerar de angivna anteckningarna till dokumentet från en matris av andra PDF‑dokument.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotations(const System::ArrayPtr<System::String> &annotFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| annotFile | const System::ArrayPtr<System::String>& | Arrayen med sökvägar till PDF-dokument som innehåller källannotationer. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Arrayen med annotationstyper som ska importeras. |
Se även
- Typedef ArrayPtr
- Class String
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++