Can we remove the codetext at the bottom of the Barcode?

Hi Aspose.BarCode team,

I am just wondering if we could remove the BarCode bottom codetext ?

so it will show the BarCode image only.

Thank you.

Regards,

Jarry Wijaya

Hi, Jarry,

BarCode1.CaptionBelow.Visible = false //hide the below caption

BarCode1.CaptionAbove.Visible = false //hide the above caption

BarCode1.CodeLocation = CodeLocaton.None //hide the code text

Thanks very much, and free to ping me with any problems

Thank you.

it works perfectly.

Regards,

Jarry Wijaya