Back to Devexpress

QRCodeGS1Generator.FNC1Substitute Property

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

latest1.8 KB
Original Source

QRCodeGS1Generator.FNC1Substitute Property

Specifies the symbol (or set of symbols) in the bar code’s text that will be replaced with the FNC1 functional character when the bar code’s bars are drawn.

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Property Value

TypeDefaultDescription
String"#"

A String value that specifies the symbols to be replaced.

|

Remarks

If the barcode Text property value contains the character (or character set) specified by the FNC1Substitute property, the barcode uses this character(s) to encode the barcode bars, and does not display them. Each occurrence of the specified symbol is replaced with the functional FNC1 character.

See Also

QRCodeGS1Generator Class

QRCodeGS1Generator Members

DevExpress.XtraPrinting.BarCode Namespace