Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment metod

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

Lägger till dokumentbilaga utan någon annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::SharedPtr<System::IO::Stream> &fileAttachmentStream, const System::String &fileAttachmentName, const System::String &description)
ParameterTypBeskrivning
fileAttachmentStreamconst System::SharedPtr<System::IO::Stream>&Strömmen av filen kommer att bifogas.
fileAttachmentNameconst System::String&Bilagans namn.
descriptionconst System::String&Beskrivningsinformationen.

Se även

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

Lägger till dokumentbilaga utan någon annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::String &fileAttachmentPath, const System::String &description)
ParameterTypBeskrivning
fileAttachmentPathconst System::String&Sökvägen till filen kommer att bifogas.
descriptionconst System::String&Beskrivningsinformationen.

Se även