Link Search Menu Expand Document

Image Constructor (Stream, ImageCompression, Int32)

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,
	int jpegQuality
)

Parameters

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

Reference