PdfImageTicket Constructor (String, 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(
string path,
PdfImageCompressionType compression,
int width,
int height,
Dpi resolution
)
Public Sub New (
path As String,
compression As PdfImageCompressionType,
width As Integer,
height As Integer,
resolution As Dpi
)
Parameters
- path
- Type: SystemString
The path. - 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 | path;path can't be null |
See Also