Show / Hide Table of Contents

Class BarcodeIntelligentMail

Generates the Intelligent Mail (USPS) barcode.

Inheritance
System.Object
BarcodeBase
LinearBarcodeBase
BarcodeIntelligentMail
Inherited Members
LinearBarcodeBase.CalcCheckSum
LinearBarcodeBase.WideBarRatio
LinearBarcodeBase.Trim
LinearBarcodeBase.DrawBarcode(IGraphicsRenderer, RectangleF)
BarcodeBase.Name
BarcodeBase.Color
BarcodeBase.Clone()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public class BarcodeIntelligentMail : LinearBarcodeBase

Constructors

BarcodeIntelligentMail()

Initializes a new instance of the BarcodeIntelligentMail class with default settings.

Declaration
public BarcodeIntelligentMail()

Properties

IsNumeric

Gets the value indicating that the barcode is numeric.

Declaration
public override bool IsNumeric { get; }
Property Value
Type Description
System.Boolean
Overrides
LinearBarcodeBase.IsNumeric

QuietZone

Gets or sets the value indicating that quiet zone must be shown.

Declaration
public bool QuietZone { get; set; }
Property Value
Type Description
System.Boolean

Methods

Assign(BarcodeBase)

Assigns properties from other, similar barcode.

Declaration
public override void Assign(BarcodeBase source)
Parameters
Type Name Description
BarcodeBase source

Barcode object to assign properties from.

Overrides
LinearBarcodeBase.Assign(BarcodeBase)
Back to top Generated by DocFX