VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / SeparatorElement Property
Syntax Exceptions Requirements SeeAlso
In This Topic
SeparatorElement Property (SwissQRCodeValueItem)
In This Topic
Gets or sets the element (a carriage return) that is used as a separator of individual elements in the Swiss QR Code.
Syntax
'Declaration

<BrowsableAttribute(False)>
Public Property SeparatorElement As String

[Browsable(False)]
public string SeparatorElement { get; set; }

Property Value

Valid values are CRLF or LF.
Exceptions
ExceptionDescription
Thrown if value does not equal to CRLF and does not equal to LF.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also