Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment método
Contenido
[
Ocultar
]PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream>&, const System::String&, const System::String&) method
Agrega un adjunto de documento sin anotación.
void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream> &fileAttachmentStream, const System::String &fileAttachmentName, const System::String &description)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fileAttachmentStream | const System::SharedPtr<System::IO::Stream>& | El flujo del archivo que se adjuntará. |
| fileAttachmentName | const System::String& | El nombre del adjunto. |
| description | const System::String& | La información de descripción. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfContentEditor::AddDocumentAttachment(const System::String&, const System::String&) method
Agrega un adjunto de documento sin anotación.
void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::String &fileAttachmentPath, const System::String &description)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fileAttachmentPath | const System::String& | La ruta del archivo que se adjuntará. |
| description | const System::String& | La información de descripción. |
Ver también
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++