Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.1.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