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

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

Добавляет вложение документа без аннотации.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream> &fileAttachmentStream, const System::String &fileAttachmentName, const System::String &description)
ПараметрТипОписание
fileAttachmentStreamconst System::SharedPtr<System::IO::Stream>&Поток файла будет прикреплён.
fileAttachmentNameconst System::String&Имя вложения.
описаниеconst System::String&Информация описания.

См. также

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

Добавляет вложение документа без аннотации.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::String &fileAttachmentPath, const System::String &description)
ПараметрТипОписание
fileAttachmentPathconst System::String&Путь к файлу будет прикреплён.
описаниеconst System::String&Информация описания.

См. также