This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, June 19, 2006 11:23:55 AM(UTC)
Groups: Registered
Posts: 8
Visual Studio 2005 / Framework 2.0 / Leadtools 14.5
I have created an image using the following code
With LEADBarCode
.UnlockSupport(LEADLib.SupportLockConstants.L_SUPPORT_BARCODES_1D, LeadSupport.Support.Barcodes1dKey)
.Bitmap = leadView.Bitmap
.EnableGetSizeMethod = False
.Linear.EnableWriteText = True
.Linear.EnableErrorCheck = True
.EnableUseColors = False
.EnableTransparent = False
.Units = LTBARLib.tagBARCODE_UNITS.BARCODE_INCHES
If LEADBarCode.Write(LTBARLib.tagBARCODE_1D_TYPES.BARCODE_1D_CODE_128, "Hello World", 0, 1, 6, 1) = 0 Then
leadView.ForceRepaint()
Else
Beep()
End If
.Bitmap = 0
End With
How do I print it ?
I can't use leadRasterImageViewer unless the is a method to copy from to leadView As AxLEADLib.AxLEAD to the RasterImageViewer
Thanks
#2
Posted
:
Wednesday, June 21, 2006 6:02:04 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.