Flag

Type: Boolean

Default:         false

Allowed values:         true or false

dBarcode.NET Aztec, Datamatrix, PDF417 and QR Code only.

When set to true the Caption data is converted from Unicode to a byte stream enabling any Unicode characters to be encoded as a byte sequences. If the property is false (the default) then the interpretation of the data depends on the value of ByteNumber property; if cnumber is 0 then Unicode is converted to single bytes for the ASCII character and double bytes for other characters. If ByteNumber is greater than 0 then the data is unpacked into 8-bit ASCII characters before the data is used to generate the barcode (and may include ASCII 0).

Note that if the Flag is true the any value in ByteNumber is ignored; furthermore the Flag should only be used in the barcodes byte/binary mode (including Kanji mode for QR symbols).

 

More:

ForeColor