PageBarcodeArea

PageBarcodeArea constructor

Initializes a new instance of the PageBarcodeArea class.

public PageBarcodeArea(string value, string codeTypeName, int confidence, double angle, Page page, 
    Rectangle rectangle)
Parameter Type Description
value String The value of the barcode.
codeTypeName String The type name of the barcode.
confidence Int32 The level of confidence of the parsered barcode.
angle Double The angle of the barcode.
page Page The page that contains the barcode area.
rectangle Rectangle The rectangular area that contains the barcode area.

See Also