Opens an existing PDF document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDocument(
Stream stream
)
VB
Public Sub New (
stream As Stream
)
Parameters
- stream
- Type: System.IO.Stream
The stream from which the PDF document to be read.
Remarks
The
stream must be a stream that supports reading and seeking.
Otherwise, the constructor throws an exception of
PdfException type.
See Also