 |
PdfManager.Load Method (Byte[], String) |
Loads a password protected pdf document from a byte array.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntaxpublic void Load(
byte[] fileBytes,
string password
)
Public Sub Load (
fileBytes As Byte(),
password As String
)
Parameters
- fileBytes
- Type:System.Byte[]
A byte array representing an existing pdf document.
- password
- Type: System.String
The password to open the specified pdf document.
See Also