VintaSoft Barcode .NET SDK 15.1: 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; }
    
    
    [Browsable(False)]
    public: __property string* get_SeparatorElement();
    public: __property void set_SeparatorElement(
    string* value
    );
    [Browsable(False)]
    public:
    property string^ SeparatorElement { string^ get(); void set(string^ value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also