Version

ReaderDecodeArgs Constructor

Initializes a new instance of the ReaderDecodeArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String, _
   ByVal symbology As Symbology, _
   ByVal symbolFound As Boolean, _
   ByVal filteredImage As BitmapSource _
)
public ReaderDecodeArgs( 
   string value,
   Symbology symbology,
   bool symbolFound,
   BitmapSource filteredImage
)

Parameters

value
The value of the decoded barcode symbol.
symbology
The symbology of the decoded barcode symbol.
symbolFound
if set to true [a barcode symbol is found].
filteredImage
The filtered image with the specified zones of the found barcode symbols.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also