class BarcodeFound

This class represents a barcode found in a pdf file.


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

BarcodeFound ()


BarcodeFound (BarcodeFound barcode)


Properties

EBarcodeFormat BarcodeType { get; set; }

The type of the barcode.


RectangleF Bounds { get; set; }

The positions and dimension of the barcode


Int32 PageIndex { get; set; }

The index of the page where the barcode is found


String Text { get; set; }

The text text value of the barcode