Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, July 24, 2007 4:41:04 PM(UTC)

Rajakri  
Rajakri

Groups: Registered
Posts: 8


Hi,
Can some one show me how to write barcode in an JPEG using the whole image (write Barcode in pdf417 format vertically using whole page).

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, July 24, 2007 9:12:48 PM(UTC)

Rajakri  
Rajakri

Groups: Registered
Posts: 8


Hi ,
I am trying to set the width when generating BARCODE and not successful in doing so.

the code i am using
barPDF.Justify = BarcodeJustifyFlags.HorizontalCenter
barPDF.Columns = 0
barPDF.Rows = 0
barPDF.AspectHeight = 0
barPDF.AspectWidth = 0
barPDF.ModAspectRatio = 5
barPDF.Module = 0
barPDF.EccLevel = Leadtools.Barcode.BarcodePdf417EccLevelFlags.Level0
barPDF.EccPercentage = 0

Can someone let me know how to increase the size of the barcode to be the same as the image i would appreciate it.

Also i need to print this barcode in landscape mode in the same Jpeg for testing purposes.

Example /Sample would be helpful.This would speed up the POC & purchase of lead tools for this project.


 
#3 Posted : Thursday, July 26, 2007 5:44:28 AM(UTC)

Otis  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You can make the barcode bigger by changing the number of rows and columns and using the BARCODE_COLROWASLIMITS flag. You can also increase the wModule paramater of the BARCODEWRITEPDF structure.

The easiest thing to do however would be to just draw the barcode to a smaller image, then resize the image to the bigger size.

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.093 seconds.