Click or drag to resize

PdfImageTicket Constructor (String, PdfImageCompressionType, Dpi)

Note: This API is now obsolete.

Construct a new PdfImageTicketObject

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
[ObsoleteAttribute("This method is obsolete.  Please use the method that includes image dimensions")]
public PdfImageTicket(
	string path,
	PdfImageCompressionType compression,
	Dpi resolution
)

Parameters

path
Type: SystemString
A path to a file representing an image
compression
Type: Atalasoft.OcrPdfImageCompressionType
The compression that will be used for that image in the resulting PDF
resolution
Type: Atalasoft.ImagingDpi
The resolution of the image
See Also