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 : Monday, June 19, 2006 11:23:55 AM(UTC)
Bob Neville

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

 

 

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 : Wednesday, June 21, 2006 6:02:04 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

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

Check out this post and see if it helps:

http://support.leadtools...orums/6683/ShowPost.aspx
 
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.048 seconds.