Opens an existing encrypted PDF document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDocument(
Stream stream,
PdfDecryptionHandler handler
)
VB
Public Sub New (
stream As Stream,
handler As PdfDecryptionHandler
)
Parameters
- stream
- Type: System.IO.Stream
The stream from which the PDF document to be read. - handler
- Type: BitMiracle.Docotic.Pdf.PdfDecryptionHandler
The decryption handler to use to decrypt the file.
See Also