Image Constructor (Stream, ImageCompression)ByteScout PDF SDK
Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public Image(
	Stream stream,
	ImageCompression compression
)

Parameters

stream
Type: System.IOStream
The data stream used to load the image.
compression
Type: Bytescout.PDFImageCompression
The compression filter used for this image.
See Also

Reference