Opens an existing password-protected PDF document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDocument(
byte[] buffer,
string password
)
VB
Public Sub New (
buffer As Byte(),
password As String
)
Parameters
- buffer
- Type: System.Byte[]
The byte buffer from which the PDF document to be read. - password
- Type: System.String
The user or owner password that unlocks
existing PDF data.
See Also