IntelligentMailSymbology Class
In This Article
Generates an IntelligentMail bar code. The Intelligent Mail barcode is a height-modulated barcode that encodes up to 31 decimal digits of mail-piece data into 65 vertical bars.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public class IntelligentMailSymbology :
SymbologyBase<IntelligentMailGenerator>
#Remarks
<Window ...
xmlns:dxc="using:DevExpress.WinUI.Controls">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
<dxc:BarCodeControl Text="4408200000012345678991203" >
<dxc:BarCodeControl.Symbology>
<dxc:IntelligentMailSymbology />
</dxc:BarCodeControl.Symbology>
</dxc:BarCodeControl>
</StackPanel>
</Window>
#Inheritance
Object
DependencyObject
UIElement
FrameworkElement
SymbologyBase
SymbologyBase<DevExpress.WinUI.Controls.Internal.IntelligentMailGenerator>
IntelligentMailSymbology
See Also