Click or drag to resize

PdfDocumentBase CreateStream Method ( Byte )

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(
	byte[] file
)

Parameters

file
Type: System Byte
The file content.

Return Value

Type: Stream
The proper memory stream.
See Also