Click or drag to resize

JpegToPdfEncoderSave Method (Stream, IEnumerableStream)

Saves the set of JPEG images into a single multipage PDF document.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	Stream outputStream,
	IEnumerable<Stream> streams
)

Parameters

outputStream
Type: System.IOStream
The stream where the PDF document will be saved.
streams
Type: System.Collections.GenericIEnumerableStream
An enumerable set of streams that represent JPEG images.
See Also