Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment method

PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream>&, const System::String&, const System::String&) method

Adds document attachment with no annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream> &fileAttachmentStream, const System::String &fileAttachmentName, const System::String &description)
ParameterTypeDescription
fileAttachmentStreamconst System::SharedPtr<System::IO::Stream>&The stream of the file will be attached.
fileAttachmentNameconst System::String&The attachment name.
descriptionconst System::String&The description information.

See Also

PdfContentEditor::AddDocumentAttachment(const System::String&, const System::String&) method

Adds document attachment with no annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::String &fileAttachmentPath, const System::String &description)
ParameterTypeDescription
fileAttachmentPathconst System::String&The path of the file will be attached.
descriptionconst System::String&The description information.

See Also