| DocumentOpen Method |
Open a PDF document.
Documents opened with this method are read-only and cannot be modified.
Namespace: PdfTools.PdfAssembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax public static Document Open(
Stream stream,
string password = null
)
Parameters
- stream Stream
-
The stream from which the PDF is read.
- password String (Optional)
-
The password to open the PDF document.
If or empty, no password is used.
Return Value
Document
The newly created document instance
Exceptions See Also