 |
PdfMergeManagerAppend(Stream, String) Method |
Append PDF document from the specified stream.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Append(
Stream stream,
string password
)
Public Sub Append (
stream As Stream,
password As String
)
Parameters
- stream Stream
- The pdf document stream.
- password String
- The password to open the specified pdf document.
See Also