PdfSplitterSplit(Stream) Method |
Splits all pages of a PDF document loaded from the specified stream and with the
Default options into separate documents.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic static IEnumerable<Stream> Split(
Stream stream
)
Public Shared Function Split (
stream As Stream
) As IEnumerable(Of Stream)
Parameters
- stream Stream
- The stream from which to load a PDF document.
Return Value
IEnumerableStreamAn
IEnumerable<Stream>s that represents each separate document.
See Also