Pdf417 Class

CVB.Net Documentation
Configuration for PDF 417 reading.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Barcode.ConfigurationBase
    Stemmer.Cvb.Barcode.Configuration.BaseClassesReaderConfigurationBase
      Stemmer.Cvb.Barcode.Configuration.BaseClassesReader2DConfigurationBase
        Stemmer.Cvb.Barcode.ConfigurationPdf417

Namespace:  Stemmer.Cvb.Barcode.Configuration
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public class Pdf417 : Reader2DConfigurationBase

The Pdf417 type exposes the following members.

Constructors

  NameDescription
Public methodPdf417
ctor
Top
Properties

  NameDescription
Public propertyInverse
Barcode or Matrix code is inverted in the image.
(Inherited from ReaderConfigurationBase.)
Public propertyLevels
Run direction of the Pharma Code. The overall Barcode orientation mode of the reader will have no effect for Pharma Codes.
Public propertyMaxColumns
Maximum number of columns in the PDF 417 code. Valid values are in the interval [MinColumns...144].
Public propertyMaxRows
Maximum number of rows in the PDF 417 code. Valid values are in the interval [MinRows...90].
Public propertyMinColumns
Minimum number of columns in the PDF 417 code. Valid values are in the interval [1...MaxColumns].
Public propertyMinRows
Minimum number of rows in the PDF 417 code. Valid values are in the interval [3...MaxRows].
Public propertyMirrored
When set to true, the reader will expect the code to be mirrored.
(Inherited from Reader2DConfigurationBase.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetDirty
Sets the dirty flag.
(Inherited from Base.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference