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

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

Adds document attachment with no annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(System::SharedPtr<System::IO::Stream> fileAttachmentStream, System::String fileAttachmentName, System::String description)
ParameterTypeDescription
fileAttachmentStreamSystem::SharedPtr<System::IO::Stream>The stream of the file will be attached.
fileAttachmentNameSystem::StringThe attachment name.
descriptionSystem::StringThe description information.

See Also

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

Adds document attachment with no annotation.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAttachment(System::String fileAttachmentPath, System::String description)
ParameterTypeDescription
fileAttachmentPathSystem::StringThe path of the file will be attached.
descriptionSystem::StringThe description information.

See Also