Winnovative Word to PDF Converter

DocumentAddFileAttachment Method (Stream, String)

Winnovative Word to PDF Converter Documentation
Adds an attachment with the given name from a stream to this PDF document

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void AddFileAttachment(
	Stream fileStream,
	string attachmentName
)

Parameters

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

Reference