Skip to main content

PDF417Symbology.TruncateSymbol Property

Gets or sets whether the special end-symbol should be appended to the bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(false, Handler = "TruncateSymbolPropertyChanged")]
public bool TruncateSymbol { get; set; }

#Property Value

Type Description
Boolean

true if the end symbol should be appended; otherwise, false.

#Remarks

Use the TruncateSymbol property to append the special end-symbol to the bar code.

See Also