Web API Edition | ComponentOne
C1.BarCode Namespace / DataMatrixOptions Class / StructureNumber Property

In This Topic
    StructureNumber Property (DataMatrixOptions)
    In This Topic
    Gets or sets the structure number of current symbol within the structuerd append symbols.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_DataMatrix_StructureNumber", "Gets or sets the structure number of current symbol within the structuerd append symbols.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property StructureNumber As Integer
    [DefaultValue(0)]
    [#YUc("Desc_DataMatrix_StructureNumber", "Gets or sets the structure number of current symbol within the structuerd append symbols.")]
    [NotifyParentProperty(true)]
    public int StructureNumber {get; set;}

    Property Value

    The structure number of current symbol within the structured append symbols. The structure number starts from 0, and should be less than both the symbol amount and the max symbol count(16).
    Remarks
    The structure number will only be used when ECC mode is DataMatrixEccMode.ECC200.
    See Also