'Declaration
Public Function Randomize253State( _ ByVal padCodeword As Integer, _ ByVal position As Integer _ ) As Byte
'Usage
Dim instance As PDFDataMatrixBarcode Dim padCodeword As Integer Dim position As Integer Dim value As Byte value = instance.Randomize253State(padCodeword, position)
public byte Randomize253State( int padCodeword, int position )
public: byte Randomize253State( int padCodeword, int position )
public: byte Randomize253State( int padCodeword, int position )
Parameters
- padCodeword
- The padding codeword, usually 129.
- position
- The position of the padding codeword (0 based index).
Return Value
The randomized value.