Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf method
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Importa todas las anotaciones del flujo de datos XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xfdfStream | const System::SharedPtr<System::IO::Stream>& | El flujo de datos XFDF de entrada. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String&) method
Importa todas las anotaciones del archivo XFDF.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String &xfdfFile)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xfdfFile | const System::String& | El archivo XFDF de entrada. |
Ver también
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++