C# 클래스 zxingwp7.Result

Encapsulates the result of decoding a barcode within an image.

파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
Result ( String text, sbyte rawBytes, ResultPoint resultPoints, BarcodeFormat format ) : System
ToString ( ) : String
putMetadata ( ResultMetadataType type, Object value_Renamed ) : void

메소드 상세

Result() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

putMetadata() 공개 메소드

public putMetadata ( ResultMetadataType type, Object value_Renamed ) : void
type ResultMetadataType
value_Renamed Object
리턴 void