PdfImageTicket Constructor (DisposableTempFile, PdfImageCompressionType, Int32, Int32, Dpi) |
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
)
Public Sub New (
tempFile As DisposableTempFile,
compression As PdfImageCompressionType,
width As Integer,
height As Integer,
resolution As Dpi
)
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 Exception | Condition |
---|
ArgumentNullException | source;source stream can't be null |
See Also