XFINIUM.PDF Documentation
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
) 

Parameters

padCodeword
The padding codeword, usually 129.
position
The position of the padding codeword (0 based index).

Return Value

The randomized value.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDataMatrixBarcode Class
PdfDataMatrixBarcode Members

Send Feedback