Link Search Menu Expand Document

Image Constructor (Stream)

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
)

Parameters

stream
Type: System.IOStream
The data stream used to load the image.
See Also

Reference