Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool TruncateSymbol { get; set; }

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
TruncateSymbol_false TruncateSymbol_true
See Also