ComponentOne Web API Edition
StructuredAppend Property (DataMatrixOptions)

C1.BarCode Namespace > DataMatrixOptions Class : StructuredAppend Property
Gets or sets a value indicating whether the current symbol is part of structured append symbols.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<#rMf("Gets or sets a value indicating whether the current symbol is part of structured append symbols.")>
<NotifyParentPropertyAttribute(True)>
Public Property StructuredAppend As Boolean
[DefaultValue()]
[#rMf("Gets or sets a value indicating whether the current symbol is part of structured append symbols.")]
[NotifyParentProperty(true)]
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

Reference

DataMatrixOptions Class
DataMatrixOptions Members