Click or drag to resize

PdfDocumentBase CreateStream Method (String)

Creates the stream.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected static Stream CreateStream(
	string filename
)

Parameters

filename
Type: System String
The filename.

Return Value

Type: Stream
The proper file stream.
See Also