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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
array<Byte>[]()[][]

Return Value

Stream

See Also