PdfDocument
LoadFromStream Method (Stream)
|
Initializes a new instance of the class.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void LoadFromStream(
Stream stream
)
Public Sub LoadFromStream (
stream As Stream
)
public:
void LoadFromStream(
Stream^ stream
)
member LoadFromStream :
stream : Stream -> unit
Parameters
-
stream
-
Type:
System.IO
Stream
The stream with the file.
See Also