Skip to main content
A newer version of this page is available. .
All docs
V23.1

Code128Generator.FNC4Substitute Property

A substring/character that serves as the placeholder for the FNC4 functional character.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue("")]
public virtual string FNC4Substitute { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the symbols to be replaced.

Remarks

The barcode searches its Text for the substring/character specified by the FNC4Substitute property. All found placeholders are replaced with functional FNC4 characters. The control does not display these characters and only uses them to encode the text.

See Also