Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf metod
Innehåll
[
Dölj
]PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Importerar alla anteckningar från XFDF‑datastream.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xfdfStream | const System::SharedPtr<System::IO::Stream>& | Den inmatade XFDF-dataströmmen. |
Deprecated
Metoden är föråldrad, vänligen använd ImportAnnotationsFromXfdf istället
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<Annotations::AnnotationType>&) method
Importerar de angivna anteckningarna från XFDF‑datastream.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xfdfStream | const System::SharedPtr<System::IO::Stream>& | Den inmatade XFDF-dataströmmen. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Arrayen med annotationstyper som ska importeras. |
Se även
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String&) method
Importerar alla anteckningar från XFDF‑fil.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String &xfdfFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xfdfFile | const System::String& | Den inmatade XFDF-filen. |
Deprecated
Metoden är föråldrad, vänligen använd ImportAnnotationsFromXfdf istället
Se även
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String&, const System::ArrayPtr<Annotations::AnnotationType>&) method
Importerar de angivna anteckningarna från XFDF‑fil.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String &xfdfFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xfdfFile | const System::String& | Den inmatade XFDF-filen. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Arrayen med annotationer som ska importeras. |
Se även
- Class String
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++