Class ClientVideoScanJob
Specifies information about the video scan job.
Inheritance
System.Object
ClientVideoScanJob
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 ClientVideoScanJob
Properties
Dither
Declaration
public Dither Dither { get; set; }
Property Value
Type | Description |
---|---|
Dither |
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 |
PngCompression
Gets or sets the compression type for PNG output image.
Declaration
public PngCompression PngCompression { get; set; }
Property Value
Type | Description |
---|---|
PngCompression |
RotAngle
Gets or sets the clockwise rotation angle (in degrees) to apply on the output scan. Default is 0.
Declaration
public int RotAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Threshold
Declaration
public int Threshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TiffCompression
Gets or sets the compression type for TIFF output image.
Declaration
public TiffCompression TiffCompression { get; set; }
Property Value
Type | Description |
---|---|
TiffCompression |
VideoDeviceName
Gets or sets the video device name.
Declaration
public string VideoDeviceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GenerateUniqueId()
Generates an unique ID for this job.
Declaration
public void GenerateUniqueId()