Search found 2 matches

by davibu
Fri Feb 20, 2015 6:04 pm
Forum: Barcode Reading & Writing
Topic: Write Barcode1D into an existing tif file
Replies: 2
Views: 12236

Re: Write Barcode1D into an existing tif file

Hi,
I have no GdPictureStatus because when I call the method Barcode1DWrite_4 the library crashes
bye
by davibu
Tue Feb 10, 2015 11:34 am
Forum: Barcode Reading & Writing
Topic: Write Barcode1D into an existing tif file
Replies: 2
Views: 12236

Write Barcode1D into an existing tif file

Hi, I have to write a barcode on multipage tif's first page using GdPicture9 oGdPictureImaging.TiffOpenMultiPageForWrite(True) ImageID = oGdPictureImaging.TiffCreateMultiPageFromFile(sFileInput) If (ImageID = 0) Then Err.Raise ... PageCount = oGdPictureImaging.TiffGetPageCount(ImageID) For iPageIdx ...