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
)
Protected Shared Function CreateStream (
filename As String
) As Stream
protected:
static Stream^ CreateStream(
String^ filename
)
static member CreateStream :
filename : string -> Stream
Parameters
-
filename
-
Type:
System
String
The filename.
Return Value
Type:
Stream
The proper file stream.
See Also