AztecGetCharAt Function

Navigation:  How To Use Encoders > Reference Guide > Win32 DLL Encoder Functions >

AztecGetCharAt Function

Previous pageReturn to chapter overviewNext page

Retrieves the ASCII value for a character element in Aztec font data matrix.

WORD AztecGetCharAt(WORD RowIndex, WORD ColIndex);

Parameters

RowIndex

     This parameter is a 0-based index and a valid value must be between 0 and total number of rows - 1.

ColIndex

     This parameter is a 0-based index and a valid value must be between 0 and total number of columns - 1.

 

Return Value

The return value is the ASCII value of a character element in Aztec font data matrix.