Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment método

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ámetroTipoDescripción
fileAttachmentStreamconst System::SharedPtr<System::IO::Stream>&El flujo del archivo que se adjuntará.
fileAttachmentNameconst System::String&El nombre del adjunto.
descriptionconst System::String&La información de descripción.

Ver también

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ámetroTipoDescripción
fileAttachmentPathconst System::String&La ruta del archivo que se adjuntará.
descriptionconst System::String&La información de descripción.

Ver también