Click or drag to resize

PdfCollection AddFile Method (String, Stream)

Add a stream.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddFile(
	string fileName,
	Stream stream
)

Parameters

fileName
Type: System String
The file name of the stream.
stream
Type: System.IO Stream
The stream.
See Also