BarCodePropertyProvider.TruncateSymbol Property
Gets or sets whether the right-hand side of the PDF417 Code symbol is truncated to create a compact code. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to create a compact barcode; otherwise, false. The default is false. |
Remarks
Use the TruncateSymbol property to create a compact barcode by truncating its right-hand side. The following images demonstrate how the property value affects the barcode appearance.
TruncateSymbol = false | TruncateSymbol = true |
---|---|
See Also