Click or drag to resize

PdfImageTicket Constructor (DisposableTempFile, PdfImageCompressionType, Int32, Int32, Dpi)

Initializes a new instance of the PdfImageTicket class.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfImageTicket(
	DisposableTempFile tempFile,
	PdfImageCompressionType compression,
	int width,
	int height,
	Dpi resolution
)

Parameters

tempFile
Type: Atalasoft.Shared.IODisposableTempFile
Temporary file to use.
compression
Type: Atalasoft.OcrPdfImageCompressionType
The compression.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
resolution
Type: Atalasoft.ImagingDpi
The resolution.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource;source stream can't be null
See Also