'Declaration Public Enum ExtendedImageInfoId Inherits System.Enum
public enum ExtendedImageInfoId : System.Enum
__value public enum ExtendedImageInfoId : public System.Enum
public enum class ExtendedImageInfoId : public System.Enum
'Declaration Public Enum ExtendedImageInfoId Inherits System.Enum
public enum ExtendedImageInfoId : System.Enum
__value public enum ExtendedImageInfoId : public System.Enum
public enum class ExtendedImageInfoId : public System.Enum
Member | Description |
---|---|
BarcodeX | The X coordinate of a bar code found on a page. |
BarcodeY | The Y coordinate of a bar code found on a page. |
BarcodeText | The text of a bar code found on a page. |
BarcodeType | The type of bar code found on a page. |
DeshadeTop | The top coordinate of a shaded region found on a page. |
DeshadeLeft | The left coordinate of a shaded region found on a page. |
DeshadeHeight | The height of a shaded region found on a page. |
DeshadeWidth | The width of a shaded region found on a page. |
DeshadeSize | The width of the dots within the shade region. |
SpecklesRemoved | The number of speckles removed from the image when de-speckle is enabled. |
HorzLineXCoord | The x coordinate of a horizontal line detected in the image. |
HorzLineYCoord | The y coordinate of a horizontal line detected in the image. |
HorzLineLength | The length of a horizontal line detected in the image. |
HorzLineThickness | The thickness (height) of a horizontal line detected in the image. |
VertLineXCoord | The x coordinate of a vertical line detected in the image. |
VertLineYCoord | The y coordinate of a vertical line detected in the image. |
VertLineLength | The length of a vertical line detected in the image. |
VertLineThickness | The thickness (width) of a vertical line detected in the image. |
PatchCode | The patch code detected. |
EndOrSedText | The text that was endorsed on the paper by the scanner. |
FormConfidence | The confidence that the specified form was detected. This is an array property with a confidence factor for each form In the data set with 0 meaning no match and 100 meaning absolute certainty. Typically values over 70 imply a good form match with the template. |
FormTemplateMatch | The array of file names for the master forms matched against a form. If multi-page master forms are used, the associated page numbers are contained in the FORMTEMPLATEPAGEMATCH capability array. |
FormTemplatePageMatch | An array containing the number of the page from a multi-page master form matched against a form image. It is useful when matching a form image against the pages of a multi-page master form. The file name of the master form is contained in the FORMTEMPLATEMATCH capability. |
FormHorzDocOffset | An array containing the perceived vertical offsets of the form image being matched against a set of master forms. This is useful for page registration once the form has been recognized. |
FormVertDocOffset | An array containing the perceived vertical offsets of the form image being matched against a set of master forms. This is useful for page registration once the form has been recognized. |
BarcodeCount | Returns the number of bar codes found on the document image. A value of 0 means the bar code engine was enabled but that no bar codes were found. A value of -1 means the bar code engine was not enabled. |
BarcodeConfidence | This number reflects the degree of certainty the bar code engine has in the accuracy of the information obtained from the scanned image and ranges from 0 (no confidence) to 100 (supreme confidence). The Source may return a value of -1 if it does not support confidence reporting. |
BarcodeRotation | The bar code's orientation on the scanned image is described in reference to a Western-style interpretation of the image. |
BarcodeTextLength | The number of ASCII characters derived from the bar code. |
DeshadeCount | Returns the number of shaded regions found and erased in the document image. A value of 0 means the deshade engine was enabled but that no regions were processed. A value of -1 means the deshade engine was not enabled. |
DeshadeBlackCountOld | The total number of black pixels in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeBlackCountNew | The total number of black pixels in the region after deshading. If this value is unknown the Source returns -1. |
DeshadeBlackRlMin | The shortest black pixel run-length in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeBlackRlMax | The longest black pixel run-length in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeWhiteCountOld | The total number of white pixels in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeWhiteCountNew | The total number of white pixels in the region after deshading. If this value is unknown the Source returns -1. |
DeshadeWhiteRlMin | The shortest white pixel run-length in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeWhiteRlAverage | The average length of all white pixel run-lengths in the region prior to deshading. If this value is unknown the Source returns -1. |
DeshadeWhiteRlMax | The longest white pixel run-length in the region prior to deshading. If this value is unknown the Source returns -1. |
BlackSpecklesRemoved | The number of black speckles removed from the image when despeckle is enabled. |
WhiteSpecklesRemoved | The number of white speckles removed (black speckles added) from the image when despeckle is enabled. |
HorzLineCount | Returns the number of horizontal lines found and erased in the document image. A value of 0 means the line removal engine was enabled but that no lines were found. A value of -1 means the line engine was not enabled. |
VertLineCount | Returns the number of vertical lines found and erased in the document image. A value of 0 means the line removal engine was enabled but that no lines were found. A value of -1 means the line engine was not enabled. |
DeskewStatus | Returns the status of the deskew operation. |
SkewOriginalAngle | Deskew engine not enabled |
SkewFinalAngle | The amount of skew in the deskewed image. This number may not be zero. |
SkewConfidence | This number reflects the degree of certainty the deskew engine has in the accuracy of the deskewing of the current image and ranges from 0 (no confidence) to 100 (supreme confidence). The Source may return a value of -1 if it does not support confidence reporting. |
SkewWindowX1 | This is the X image coordinate of the upper left corner of the virtual deskewed image. It may be negative indicating the deskewed corner is not represented by actual pixels. |
SkewWindowY1 | The Y image coordinate of the upper left corner of the virtual deskewed image. It may be negative indicating the deskewed corner is not represented by actual pixels. |
SkewWindowX2 | The X image coordinate of the upper right corner of the virtual deskewed image. |
SkewWindowY2 | The Y image coordinate of the upper right corner of the virtual deskewed image. |
SkewWindowX3 | This is the X image coordinate of the lower left corner of the virtual deskewed image. It may be negative indicating the deskewed corner is not represented by actual pixels. |
SkewWindowY3 | The Y image coordinate of the lower left corner of the virtual deskewed image. |
SkewWindowX4 | The X image coordinate of the lower right corner of the virtual deskewed image. |
SkewWindowY4 | The Y image coordinate of the lower right corner of the deskewed image. |
Bookname | Book name. |
ChapterNumber | Chapter number. |
DocumentNumber | Document number. |
PageNumber | Page number. |
Camera | The primary use of this value is to determine if the image is from the top or the bottom side of a sheet of paper. This is accomplished by naming the camera that was used to obtain the image. For Sources that support DAT_FILESYSTEM, the Application can use the string to determine if the camera is capturing images from the top or bottom side of the paper. |
FrameNumber | Chronological index of the acquired frame. |
Frame | Gets information about image layout of the device. |
PixelFlavor | Pixel flavor. |
IccProfile | Returns the name of the ICC profile that was used to render the current image. This may be a fully qualified path indicating the exact location of the ICC profile. If this is not a fully qualified path, then the default location is operating system dependant. Windows default location: windows_path\system32\spool Supported from TWAIN 1.91. |
LastSegment | Returns TRUE if the current segment is the last segment of a page. Supported from TWAIN 1.91. |
SegmentNumber | Returns a number identifying the segment of an image. Supported from TWAIN 1.91. |
MagData | This is a "blob" of data with a byte count retrieved from the driver/device. The interpretation of the data comes from TWEI_MAGTYPE. Supported from TWAIN 2.0. |
MagType | Describes the kind of magnetic data. Supported from TWAIN 2.0. |
PageSide | Side of page. |
FileSystemSource | Returns a DAT_FILESYSTEM string describing the camera that captured the image data. |
ImageMerged | Indicates that the current image is the result of a merger between the front and rear images of a duplex capture. See ICAP_IMAGEMERGE for more information. |
MagDataLength | This describes the length of the magnetic data. Either in bytes for "blob" or data or characters for string data. |
PaperCount | Returns a value indicating if the image represents the front or rear of the sheet of paper. Supported from TWAIN 2.2. |
Kodak_PageSide | Side of page (0-front 1-rear). This extended info supported only by Kodak scanners. |
Kodak_DocumentCount | Count of pages. This extended info supported only by Kodak scanners. |
Kodak_Length | Number of bytes of image data. This extended info supported only by Kodak scanners. |
Kodak_Level | Image Address Level. This extended info supported only by Kodak scanners. |
Kodak_Mode | Gemini Mode (1-18). This extended info supported only by Kodak scanners. |
Kodak_LineLength | Image width. This extended info supported only by Kodak scanners. |
Kodak_PageLength | Image height. This extended info supported only by Kodak scanners. |
Kodak_Compression | Image compression. This extended info supported only by Kodak scanners. |
Kodak_Date | Date in format YY/MM/DD. This extended info supported only by Kodak scanners. |
Kodak_Time | Time in format HH/MM/00. This extended info supported only by Kodak scanners. |
Kodal_Roll | Imagelink 990 Film Roll Number. This extended info supported only by Kodak scanners. |
Kodak_Resolution | Resolution in dots per inch. This extended info supported only by Kodak scanners. |
Kodak_BitOrder | Bit order in a byte. This extended info supported only by Kodak scanners. |
Kodak_MomentaryFlag | Gemini Momentary. This extended info supported only by Kodak scanners. |
Kodak_LatchedFlag | Gemini Latched. This extended info supported only by Kodak scanners. |
Kodak_Barcode | Gemini Barcode(s). This extended info supported only by Kodak scanners. |
Kodak_Deskew | Deskew status. This extended info supported only by Kodak scanners. |
Kodak_DeskewAngle | Deskew angle. This extended info supported only by Kodak scanners. |
Kodak_Polarity | Polarity. This extended info supported only by Kodak scanners. |
Kodak_PrinterString | Viper/Prism/Wildfire printed string. This extended info supported only by Kodak scanners. |
Kodak_PrinterIndex | Kinda like the document count. This extended info supported only by Kodak scanners. |
Kodak_ImageNumber | Count images this session. This extended info supported only by Kodak scanners. |
Kodak_PageNumber | Count sheets of paper this session. This extended info supported only by Kodak scanners. |
Kodak_PageImageNumber | Image count on a page (1 - 4). This extended info supported only by Kodak scanners. |
Kodak_Bookname_A | Fixed field Prism/Wildfire A. This extended info supported only by Kodak scanners. |
Kodak_Bookname_B | Fixed field Prism/Wildfire B. This extended info supported only by Kodak scanners. |
Kodak_Bookname_C | Fixed field Prism/Wildfire C. This extended info supported only by Kodak scanners. |
Kodak_Bookname_D | Fixed field Prism/Wildfire D. This extended info supported only by Kodak scanners. |
Kodak_ImageAddressString | Prism/Wildfire image address string. This extended info supported only by Kodak scanners. |
Kodak_XOffset | Left cropping offset. This extended info supported only by Kodak scanners. |
Kodak_YOffset | Right cropping offset. This extended info supported only by Kodak scanners. |
Kodak_FeaturePatch | Feature patch (only image with patch: i200/i600). This extended info supported only by Kodak scanners. |
Kodak_ImageAddressDefinitions | Image Address field definitions. This extended info supported only by Kodak scanners. |
Kodak_PersonalityCardHeader | Personality-Card header. This extended info supported only by Kodak scanners. |
Kodak_PersonalityCardFooter | Personality-Card footer. This extended info supported only by Kodak scanners. |
Kodak_TokenCount | Alien token flag. This extended info supported only by Kodak scanners. |
Kodak_Regeneration | Alien retry count. This extended info supported only by Kodak scanners. |
Kodak_ImageStatus | Alien image status. This extended info supported only by Kodak scanners. |
Kodak_Dither | Bitonal dithering algorithm used. This extended info supported only by Kodak scanners. |
Kodak_PatchDetected | Patch was found on the document. This extended info supported only by Kodak scanners. |
Kodak_FoldedCornerPercentage | Phoenix folded corner percentage. This extended info supported only by Kodak scanners. |
Kodak_DeskewConfidenceFactor | Phoenix deskew confidence factor. This extended info supported only by Kodak scanners. |
Kodak_BitonalContrastPercentage | Phoenix bitonal contrast percentage. This extended info supported only by Kodak scanners. |
Kodak_BitonalContrast | Phoenix bitonal contrast. This extended info supported only by Kodak scanners. |
Kodak_BitonalThreshold | Phoenix bitonal threshold. This extended info supported only by Kodak scanners. |
Kodak_SumHistogram | Phoenix sum historgram. This extended info supported only by Kodak scanners. |
Kodak_DifferenceHistogram | Phoenix difference histogram. This extended info supported only by Kodak scanners. |
Kodak_GammaTable | Phoenix gamma table. This extended info supported only by Kodak scanners. |
Kodak_Multifeed | Multifeed detected. This extended info supported only by Kodak scanners. |
Kodak_DeskewAngleActual | Signed deskew angle to scanner precision. This extended info supported only by Kodak scanners. |
Kodak_RawImageHeader | Raw image header from scanner. This extended info supported only by Kodak scanners. |
Kodak_LongPaperSegment | Long paper segment number. This extended info supported only by Kodak scanners. |
Kodak_LongPaperLastSegment | Long pager last segment. This extended info supported only by Kodak scanners. |
Kodak_AutoColorDetected | Auto color detected. This extended info supported only by Kodak scanners. |
Kodak_AutoColorAmount | Auto color amount. This extended info supported only by Kodak scanners. |
Kodak_AutoColorThreshold | Auto color threshold. This extended info supported only by Kodak scanners. |
Kodak_Xml | Everything in XML format. This extended info supported only by Kodak scanners. |
Kodak_DropOutStatus | ECDO algorithm status. This extended info supported only by Kodak scanners. |
Kodak_ProcessingStatus | Processing status. This extended info supported only by Kodak scanners. |
Kodak_BinarizationQuality | Conveys the quality level of the binarized image. This extended info supported only by Kodak scanners. |
PrinterText | Test that was printed on the document. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Twain.ExtendedImageInfoId
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5