CVB.Net 14.0
Pdf417 Class Reference

Configuration for PDF 417 reading. More...

Inherits Reader2DConfigurationBase.

Public Member Functions

 Pdf417 ()
 ctor
 

Properties

Pdf417Levels Levels [get, set]
 Run direction of the Pharma Code. The overall Barcode orientation mode of the reader will have no effect for Pharma Codes.
 
int MinRows [get, set]
 Minimum number of rows in the PDF 417 code. Valid values are in the interval [3...MaxRows].
 
int MaxRows [get, set]
 Maximum number of rows in the PDF 417 code. Valid values are in the interval [MinRows...90].
 
int MinColumns [get, set]
 Minimum number of columns in the PDF 417 code. Valid values are in the interval [1...MaxColumns].
 
int MaxColumns [get, set]
 Maximum number of columns in the PDF 417 code. Valid values are in the interval [MinColumns...144].
 
- Properties inherited from Reader2DConfigurationBase
OnOffPropertyType Mirrored [get, set]
 When set to true, the reader will expect the code to be mirrored.
 
- Properties inherited from ReaderConfigurationBase
OnOffPropertyType Inverse [get, set]
 Barcode or Matrix code is inverted in the image.
 

Additional Inherited Members

- Protected Member Functions inherited from Base
void SetDirty ()
 Sets the dirty flag.
 

Detailed Description

Configuration for PDF 417 reading.