Replaces the contents of this
PdfDocument with contents
read from specified stream with PDF data.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void Open(
Stream stream,
string password
)
VB
Public Sub Open (
stream As Stream,
password As String
)
Parameters
- stream
- Type: System.IO.Stream
The stream to read PDF data from. - password
- Type: System.String
The user or owner password that unlocks
the PDF data read from stream.
See Also