Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment metod
Innehåll
[
Dölj
]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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileAttachmentStream | const System::SharedPtr<System::IO::Stream>& | Strömmen av filen kommer att bifogas. |
| fileAttachmentName | const System::String& | Bilagans namn. |
| description | const System::String& | Beskrivningsinformationen. |
Se även
- 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
Lägger till dokumentbilaga utan någon annotation.
void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(const System::String &fileAttachmentPath, const System::String &description)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileAttachmentPath | const System::String& | Sökvägen till filen kommer att bifogas. |
| description | const System::String& | Beskrivningsinformationen. |
Se även
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++