VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class
Properties Methods SeeAlso
In This Topic
    IntelligentMailInfo Class Members
    In This Topic
    The following tables list the members exposed by IntelligentMailInfo.
    Public Properties
     NameDescription
    Public PropertyThe Barcode Identifier shall be assigned by USPS to encode the presort identification that is currently printed in human readable form on the optional endorsement line (OEL) as well as for future USPS use.
    Public PropertyGets a barcode class: 1D or 2D. (Inherited from BarcodeInfoBase)
    Public PropertyGets a barcode symbolgy type. (Inherited from BarcodeInfoBase)
    Public PropertyGets or sets a barcode confidence. (Inherited from BarcodeInfoBase)
    Public PropertyGets a scan direction in which the barcode was found. (Inherited from BarcodeInfoBase)
    Public PropertyThe Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies a business entity.
    Public PropertyGets a narrow bar count. (Inherited from BarcodeInfo1D)
    Public PropertyGets the size, in pixels, of the narrow bar. (Inherited from BarcodeInfo1D)
    Public PropertyShows what part of barcode scan lines are correct. (Inherited from BarcodeInfoBase)
    Public PropertyGets a barcode region. (Inherited from BarcodeInfoBase)
    Public PropertyThe Delivery VintasoftPointI ZIP Code shall be assigned by the mailer for routing the mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point.
    Public PropertyThe Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces.
    Public PropertyThe Service Type Identifier shall be assigned by USPS for any combination of services requested on the mailpiece.
    Public PropertyGets or sets a value that indicating whether non-data flags or ECI character is visible in barcode value. (Inherited from BarcodeInfoBase)
    Public PropertyGets an array of symbol components from which the barcode symbol is composed. (Inherited from BarcodeInfoBase)
    Public PropertyGets a threshold value of barcode. (Inherited from BarcodeInfoBase)
    Public PropertyReturns string concatenation of the following values: BarcodeID ServiceTypeID MailerID SerialNumber RoutingZIPCode
    Public PropertyGets an array of value items of barcode. (Inherited from BarcodeInfoBase)
    Public Methods
     NameDescription
    Public MethodCompares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from BarcodeInfoBase)
    Public MethodDetermines whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance. (Inherited from BarcodeInfoBase)
    Public MethodConverts the information about barcode of this instance to its equivalent string. (Inherited from BarcodeInfoBase)
    See Also