PdfFolder
AddFile Method (String, Stream)
|
Add a stream into this folder.
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
)
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
-
Type:
System
String
The file name of the stream.
-
stream
-
Type:
System.IO
Stream
The stream.
See Also