barnhill / barcodelib

C# Barcode Image Generation Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include code line to the Wiki for setting boolean value of IncludeLabel property

dimaminich opened this issue · comments

commented

Hi Brad,

could you please add the following code line to your example before executing the Encode Method:

b.IncludeLabel = true;

so that it is clear if the value set to true the barcode generator adds the numbers below barcode.

Thanks in advance.

I have added this to an upcoming branch that is introducing cross-platform compatibility as well

Here is the pull request: #152