Add a stream.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddFile(
	string fileName,
	Stream stream
)
Public Sub AddFile ( 
	fileName As String,
	stream As Stream
)
public:
void AddFile(
	String^ fileName, 
	Stream^ stream
)
member AddFile : 
        fileName : string * 
        stream : Stream -> unit 

Parameters

fileName
String
The file name of the stream.
stream
Stream
The stream.

See Also