Specifies which symbol this is in a sequence and the total number of symbols in the sequence.
void SetStructuredAppend(VARIANT_BOOL AllowSA, short SymbolID, short SymbolCount); |
Parameters
AllowSA
Indicates whether the structured append is allowed in the current Aztec barcode, if this is FALSE, the parameters SymbolID and SymbolCount are irrelevant.
SymbolID
Specifies which symbol this is in a sequence, the parameter must be between 1 and SymbolCount.
SymbolCount
Specifies the total number of symbols in the sequence, the maximum value is 26, which means that up to 26 symbols can be linked together using the structured append protocol.
Remarks
Don't call this method if you don't need the structured append feature.