 |
PdfMergeManagerAppend(Byte, String) Method |
Append PDF document from a byte array.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Append(
byte[] fileBytes,
string password
)
Public Sub Append (
fileBytes As Byte(),
password As String
)
Parameters
- fileBytes Byte
-
A byte array representing an existing pdf document.
- password String
- The password to open the specified pdf document.
See Also