Table of Contents

Class DetectedBarcode

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class DetectedBarcode
Inheritance
DetectedBarcode
Inherited Members

Constructors

DetectedBarcode()

public DetectedBarcode()

Fields

BoundingBox

[Value("boundingBox")]
public required DOMRectReadOnly BoundingBox

Field Value

DOMRectReadOnly

CornerPoints

[Value("cornerPoints")]
public required List<Point2D> CornerPoints

Field Value

List<Point2D>

Format

[Value("format")]
public required BarcodeFormat Format

Field Value

BarcodeFormat

RawValue

[Value("rawValue")]
public required string RawValue

Field Value

string