Print  Email 
 

Pattern

Type: String

Returns:        A string containing a pattern of digit characters which represent the bars and spaces in the barcode symbol.

Read only. Do not set this property.

The pattern string returned for a PDF417 symbol consists of the sequence of digits used to represent the thickness of bars and spaces alternately in the symbol (starting with the first bar), arranged by row. Bar height is at the user’s choice. Each row is separated by a newline (\n or CHR(10)) characters.

The pattern string returned for an Aztec, Datamatrix or QR Code symbol consists of the sequence of characters used to create the symbol, arranged by row, with a ‘1’ for a black square and a ‘0’ for a white square. Each row is separated by a newline (\n or CHR(10)) characters.

 

More:

.NET Component Methods