Jump to content

Bar Width Adjustment


skearney

Recommended Posts

Hello,

 

Are you looking to, essentially, horizontally stretch the barcode so each bar is "fatter"?

 

See if the <setwidth> tag works for you. In a rule, append this tag to the front of your barcode and set the size to be whatever pointsize you want the barcode to be horizontally scaled to.

 

Here's an example of using setwidth at 50pt with barcode data after it:

 

return '<setwidth newsize="50">' + yourBarcodeData;

hth

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...