Skip to main content
A newer version of this page is available. .

PDF417Options.TruncateSymbol Property

Gets or sets whether the right-hand side of the PDF417 Code symbol is truncated to create a compact code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public bool TruncateSymbol { get; set; }

Property Value

Type Description
Boolean

true, to create a compact bar code; otherwise, false. The default is false.

Property Paths

You can access this nested property as listed below:

Object Type Path to TruncateSymbol
BarCodeOptions
.PDF417.TruncateSymbol

Remarks

Use the TruncateSymbol property to create a compact bar code by truncating its right-hand side. The following images demonstrate how the property value affects the bar code appearance.

TruncateSymbol = true TruncateSymbol = false
TruncateSymbol_false TruncateSymbol_true
See Also