EVO HTML to PDF Converter

DocumentAddFileAttachment Method (Stream, String, String)

EVO HTML to PDF Converter for .NET Documentation
Adds an attachment with the given name and a given description from a stream to this PDF document

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void AddFileAttachment(
	Stream fileStream,
	string attachmentName,
	string descr
)

Parameters

fileStream
Type: System.IOStream
The file stream
attachmentName
Type: SystemString
A name for attachment
descr
Type: SystemString
The attachment description
See Also

Reference