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
)
Protected Shared Function CreateStream (
file As Byte()
) As Stream
protected:
static Stream^ CreateStream(
array<unsigned char>^ file
)
static member CreateStream :
file : byte[] -> Stream
Parameters
-
file
-
Type:
System
Byte
The file content.
Return Value
Type:
Stream
The proper memory stream.
See Also