C# Class zxingwp7.Result

Encapsulates the result of decoding a barcode within an image.

ファイルを表示 Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
Result ( String text, sbyte rawBytes, ResultPoint resultPoints, BarcodeFormat format ) : System
ToString ( ) : String
putMetadata ( ResultMetadataType type, Object value_Renamed ) : void

Method Details

Result() public method

public Result ( String text, sbyte rawBytes, ResultPoint resultPoints, BarcodeFormat format ) : System
text String
rawBytes sbyte
resultPoints ResultPoint
format BarcodeFormat
return System

ToString() public method

public ToString ( ) : String
return String

putMetadata() public method

public putMetadata ( ResultMetadataType type, Object value_Renamed ) : void
type ResultMetadataType
value_Renamed Object
return void