ImageGear for Silverlight
ImGearExtendedImageInformation Enumeration
See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace : ImGearExtendedImageInformation Enumeration




Glossary Item Box

Extended image information attributes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
BARCODECONFIDENCE4634A value specifying the confidence in the accuracy of the detected barcodes value.
BARCODECOUNT4633The number of barcodes in an image.
BARCODEROTATION4635The detected orientation of the barcode. Valid values are specified by the ImGearBarcodeRotation enum.
BARCODETEXT4610Text of a barcode.
BARCODETEXTLENGTH4636The number of ASCII characters in the BARCODETEXT.
BARCODETYPE4611Type of a barcode.
BARCODEX4608X coordinate of a barcode.
BARCODEY4609Y coordinate of a barcode.
BLACKSPECKLESREMOVED4647The number of black speckles removed from the image.
BOOKNAME4664The value of the book portion of the image address.
CAMERA4668 A value specifying the camera used to obtain the image. Valid values are specified by the ImGearFileType enum, and the strings "TOP" and "BOTTOM".
CHAPTERNUMBER4665The value of the chapter portion of the image address.
DESHADEBLACKCOUNTNEW4639The number of black pixels in a shaded region, after deshading.
DESHADEBLACKCOUNTOLD4638The number of black pixels in a shaded region, prior to deshading.
DESHADEBLACKRLMAX4641The length of the longest black pixel run in the image, prior to deshading.
DESHADEBLACKRLMIN4640The length of the shortest black pixel run in the image, prior to deshading.
DESHADECOUNT4637The number of shaded regions found and erased in the acquired image.
DESHADEHEIGHT4614Height of a shaded region.
DESHADELEFT4613Left coordinate of a shaded region.
DESHADESIZE4616Width of dots within a shaded region.
DESHADETOP4612Top coordinate of a shaded region.
DESHADEWHITECOUNTNEW4643The number of white pixels in a shaded region, after deshading.
DESHADEWHITECOUNTOLD4642The number of white pixels in a shaded region, prior to deshading.
DESHADEWHITERLAVE4645The average length of the white pixel runs in the image, prior to deshading.
DESHADEWHITERLMAX4646The length of the longest white pixel run in the image, prior to deshading.
DESHADEWHITERLMIN4644The length of the shortest white pixel run in the image, prior to deshading.
DESHADEWIDTH4615Width of a shaded region.
DESKEWSTATUS4651A value indicating the status of the deskew operation. Valid values are defined by the ImGearDeskewStatus enum.
DOCUMENTNUMBER4666The value of the document portion of the image address.
ENDORSEDTEXT4627The text endorsed on the physical document, by the scanner.
FILESYSTEMSOURCE4678A string describing the camera that captured the image data.
FORMCONFIDENCE4628 The confidence that the specified form was detected. This is an array property with a confidence factor for each form in the data set. A value of 0 carries a meaning of no match and a value of 100 carries a meaning of absolute certainty.
FORMHORZDOCOFFSET4631An array specifying the detected horizontal offset of the scanned image from a master form.
FORMTEMPLATEMATCH4629 An array of filenames specifying the master forms which the scanned image was matched against. Use FORMTEMPLATEPAGEMATCH to determine the page of the master form matched against.
FORMTEMPLATEPAGEMATCH4630An array specifying the page of a master form that the scanned image was matched against. Use FORMTEMPLATEMATCH to determine the filenames of the corresponding master forms.
FORMVERTDOCOFFSET4632An array specifying the detected vertical offset of the scanned image from a master form.
FRAME4670The coordinates of the current segment within the current document in pixels.
FRAMENUMBER4669The value of the page number of the image address.
HORZLINECOUNT4649The number of horizontal lines detected in and removed from the acquired image.
HORZLINELENGTH4620The length of a horizontal line.
HORZLINETHICKNESS4621The thickness of a horizontal line.
HORZLINEXCOORD4618The X coordinate of a horizontal line.
HORZLINEYCOORD4619The Y coordinate of a horizontal line.
ICCPROFILE4672The name of the ICC profile used to render the current image.
LASTSEGMENT4673A value indicating whether the current segment is the last segment of a page.
MAGDATA4675The data extracted from magnetic encoded data on the physical document.
MAGTYPE4676The type of data contained in MAGDATA. Valid values are defined by the ImGearMagenticDataType enum.
PAGENUMBER4667The value of the page number of the image address.
PAGESIDE4677A value indicating the the acquired image represents the front or rear side of the physical sheet of paper. Valid values are defined by the ImGearCameraSide enum.
PATCHCODE4626The type of patch code detected.
PIXELFLAVOR4671The color of pixels with a numeric value of 0.
SEGMENTNUMBER4674A value indicating the current segment of the page.
SKEWCONFIDENCE4654A value indicating the confidence in the accuracy of the deskewing operation.
SKEWFINALANGLE4653The remaining skew of the deskewed image.
SKEWORIGINALANGLE4652The skew of the original image.
SKEWWINDOWX14655The x-coordinate value of the top left corner of the virtual deskewed image.
SKEWWINDOWX24657The x-coordinate value of the top right corner of the virtual deskewed image.
SKEWWINDOWX34659The x-coordinate value of the bottom left corner of the virtual deskewed image.
SKEWWINDOWX44661The x-coordinate value of the bottom right corner of the virtual deskewed image.
SKEWWINDOWY14656The y-coordinate value of the top left corner of the virtual deskewed image.
SKEWWINDOWY24658The y-coordinate value of the top right corner of the virtual deskewed image.
SKEWWINDOWY34660The y-coordinate value of the bottom left corner of the virtual deskewed image.
SKEWWINDOWY44662The y-coordinate value of the bottom right corner of the virtual deskewed image.
SPECKLESREMOVED4617Number of speckles removed from an image, if de-speckle is enabled.
VERTLINECOUNT4650The number of vertical lines detected in and removed from the acquire image.
VERTLINELENGHT4624The length of a vertical line.
VERTLINETHICKNESS4625The thickness of a vertical line.
VERTLINEXCOORD4622The X coordinate of a vertical line.
VERTLINEYCOORD4623The Y coordinate of a vertical line.
WHITESPECKLESREMOVED4648The number of white speckles removed from the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearExtendedImageInformation

See Also

©2013. Accusoft Corporation. All Rights Reserved.