Click here to Skip to main content
15,922,533 members

Comments by Shakir Ali (Top 2 by date)

Shakir Ali 3-Jul-20 23:56pm View    
Thanks for your response, I got your point.
Is there any use of PXE boot or DHCP ? because for long run I want to host my application on a server, and through LAN i will boot multiple laptop at once, for those laptop, i need to save motherboard info on my server.
Shakir Ali 30-Jun-19 4:17am View    
Thanks for you answer , but i can not change the width of label , I have fix dimension(50*25 mm) , As i tried Neodynamic to generate the bar code , here was the option to set the bar code width, see below .
<
BarcodeItem bcItem1 = new BarcodeItem(0, 3.5, 50, 8, BarcodeSymbology.Code128, _OriginalSerialNo);

bcItem1.BarHeight = 6;

bcItem1.BarWidth = 0.3;
>
I want to know same option how i can set barcode width in Zen barcode also , so that lining of barcode get automatically adjust , as per Code39WithoutChecksum , it's getting by default width.