|
PdfMergeManagerAppend Method (Stream) |
Append PDF document from the specified stream.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax public void Append(
Stream stream
)
Public Sub Append (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The pdf document stream.
See Also