PDFView4NET WPF Edition
Randomize253State Method




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFDataMatrixBarcode Class : Randomize253State Method
The padding codeword, usually 129.
The position of the padding codeword (0 based index).
Applies the 253-state randomizing algorithm on padding values.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDataMatrixBarcode Class
PDFDataMatrixBarcode Members