BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / DataMatrixOptions Class / StructuredAppend Property

In This Topic
    StructuredAppend Property (DataMatrixOptions)
    In This Topic
    Gets or sets a value indicating whether the current symbol is part of structured append symbols.
    Syntax
    'Declaration
     
    Public Property StructuredAppend As Boolean
    public bool StructuredAppend {get; set;}

    Property Value

    true if the current symbol is part of structured append symbols; otherwise, false.
    Remarks
    Structured append is only supported by ECC200.
    See Also