SetStructuredAppend Method

Navigation:  Reference Guide > Methods >

SetStructuredAppend Method

Previous pageReturn to chapter overviewNext page

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 MaxiCode 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 8, which means that up to 8 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.