'Declaration Public Shared Function CreateQRStructuredAppendCharacter( _
ByVal symbolPositionThe position for a symbol in the Structured Append format.As Integer, _
ByVal symbolCountThe number of symbols in the Structured Append format.As Integer, _
ByVal parityDataThe Parity Data. Compute Parity Data using method CaluculateParityData(String).As Byte _
) As QRStructuredAppendCharacter
public static QRStructuredAppendCharacter CreateQRStructuredAppendCharacter(
int symbolPosition,
int symbolCount,
byte parityData
)
public: static QRStructuredAppendCharacter* CreateQRStructuredAppendCharacter(
int symbolPosition,
int symbolCount,
byte parityData
)
public:
static QRStructuredAppendCharacter^ CreateQRStructuredAppendCharacter(
int symbolPosition,
int symbolCount,
byte parityData
)
Parameters
- symbolPosition
- The position for a symbol in the Structured Append format.
- symbolCount
- The number of symbols in the Structured Append format.
- parityData
- The Parity Data. Compute Parity Data using method CaluculateParityData(String).
Return Value
Instance of the QRStructuredAppendCharacter class.