Link Search Menu Expand Document

Image Constructor (String, ImageCompression)

Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Image(
	string fileName,
	ImageCompression compression
)

Parameters

fileName
Type: SystemString
Path or URL of the image file.
compression
Type: Bytescout.PDFImageCompression
The compression filter used for this image.
See Also

Reference