Show / Hide Table of Contents

Class ClientScanJob

Specifies information about the scan job.

Inheritance
System.Object
ClientScanJob
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class ClientScanJob

Properties

Dither

Declaration
public Dither Dither { get; set; }
Property Value
Type Description
Dither

EnableDuplex

Gets or sets whether to enable duplex scanning.

Declaration
public bool EnableDuplex { get; set; }
Property Value
Type Description
System.Boolean

EnableFeeder

Gets or sets whether to enable Auto Document Feeder (ADF).

Declaration
public bool EnableFeeder { get; set; }
Property Value
Type Description
System.Boolean

FeederCount

Gets or sets the number of docs to be scanned.

Declaration
public int FeederCount { get; set; }
Property Value
Type Description
System.Int32

Id

Gets an unique ID.

Declaration
public string Id { get; }
Property Value
Type Description
System.String

ImageFormat

Gets or sets the scan output image format.

Declaration
public ScannerImageFormatOutput ImageFormat { get; set; }
Property Value
Type Description
ScannerImageFormatOutput

JpgCompressionQuality

Gets or sets the compression quality for JPG output image. Allowed range is 1 (Very bad quality, smallest size) to 100 (Best quality, biggest size). Default is 100.

Declaration
public int JpgCompressionQuality { get; set; }
Property Value
Type Description
System.Int32

PdfTitle

Gets or sets the PDF title of the output image. Default is an empty string.

Declaration
public string PdfTitle { get; set; }
Property Value
Type Description
System.String

PixelMode

Gets or sets the scan pixel mode.

Declaration
public PixelMode PixelMode { get; set; }
Property Value
Type Description
PixelMode

Resolution

Gets or sets the DPI or quality resolution of the output scan.

Declaration
public int Resolution { get; set; }
Property Value
Type Description
System.Int32

ScannerName

Gets or sets the Scanner device name.

Declaration
public string ScannerName { get; set; }
Property Value
Type Description
System.String

ShowProgressUI

Gets or sets whether the scanner driver displays a progress indicator during acquisition and transfer. Default is true.

Declaration
public bool ShowProgressUI { get; set; }
Property Value
Type Description
System.Boolean

ShowUI

Gets or sets whether the scanner driver displays its user interface (UI) when scan starts. Default is false.

Declaration
public bool ShowUI { get; set; }
Property Value
Type Description
System.Boolean

Threshold

Declaration
public int Threshold { get; set; }
Property Value
Type Description
System.Int32

Methods

GenerateUniqueId()

Generates an unique ID for this job.

Declaration
public void GenerateUniqueId()
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com