Winnovative HTML to PDF Converter

Document.AddFileAttachment Method (Stream, String)

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

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public void AddFileAttachment(
	Stream fileStream,
	string attachmentName
)

Parameters

fileStream
Type: System.IO.Stream
The file stream
attachmentName
Type: System.String
A name for attachment
See Also

Reference