PageBarcodeArea

PageBarcodeArea class

Represents a page barcode area which is used to represent a barcode value in the parsing by template functionality.

public sealed class PageBarcodeArea : PageArea

Constructors

Name Description
PageBarcodeArea(string, string, int, double, Page, Rectangle) Initializes a new instance of the PageBarcodeArea class.

Properties

Name Description
Angle { get; } Gets the angle of the barcode.
CodeTypeName { get; } Gets the name of the barcode type.
Confidence { get; } Gets the level of confidence of the parsered barcode.
Page { get; } Gets the document page information such as page index and page size.
Rectangle { get; } Gets the rectangular area.
Value { get; } Gets the barcode value.

See Also