Skip to main content

IntelligentMailGenerator.SymbologyCode Property

For internal use. Gets the bar code symbology for the current generator object.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override BarCodeSymbology SymbologyCode { get; }

Property Value

Type Description
DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology

A DevExpress.XtraPrinting.BarCode.Native.BarCodeSymbology enumeration value.

Remarks

This property is hidden, because it is intended for internal use only. Normally, you don’t need to use it.

See Also