PdfDocument Constructor (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 PdfDocument(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
PdfDocument(
Stream^ stream
)
new :
stream : Stream -> PdfDocument
Parameters
-
stream
-
Type:
System.IO
Stream
The stream with the file.
See Also