Aspose::Pdf::Document::ImportAnnotationsFromXfdf método
Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Importa anotaciones desde un flujo al documento.
void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | El flujo contiene datos XFDF. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::ImportAnnotationsFromXfdf(const System::String&) method
Importa anotaciones desde un archivo XFDF al documento.
void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::String &fileName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fileName | const System::String& | Nombre de archivo XFDF |
Ver también
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++