class BarcodeFoundWithContent

This class represents all the pages identified by a single barcode in a pdf file with their contents


Base class:

BarcodeFound

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

BarcodeFoundWithContent (BarcodeFound barcode, List<Int32> pages, IDmFile file)


Properties

EBarcodeFormat BarcodeType { get; set; }


RectangleF Bounds { get; set; }


IDmFile Content { get; set; }

The content of the small file. It contains the content of the pages specified from 'Pages' attribute


Int32 PageIndex { get; set; }


List<Int32> Pages { get; set; }

The list of the pages number (referenced to the big file) which are contained in the small one.


String Text { get; set; }