Back to Devexpress

Code128Generator.FNC1Substitute Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-code128generator-dot-fnc1substitute.md

latest1.7 KB
Original Source

Code128Generator.FNC1Substitute Property

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

Namespace : DevExpress.XtraPrinting.BarCode

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public virtual string FNC1Substitute { get; set; }
vb
<DefaultValue("")>
Public Overridable Property FNC1Substitute As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the symbols to be replaced.

|

Remarks

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

See Also

Code128Generator Class

Code128Generator Members

DevExpress.XtraPrinting.BarCode Namespace