Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I am using the ImagXpress 8 .NET control. How do I load the image data into the SmartScan Xpress Barcode control?

0
Posted

I am using the ImagXpress 8 .NET control. How do I load the image data into the SmartScan Xpress Barcode control?

0

To copy an image from the ImagXpress 8 .NET control, you can use the ToHdib method of the ImageX class as outlined in the code samples below. The sample code assumes the image data is in 1 bit per pixel format. For C# Developers: PegasusImaging.WinForms.ImagXpress8.ImagXpress ix = new PegasusImaging.WinForms.ImagXpress8.ImagXpress(); PegasusImaging.WinForms.ImagXpress8.ImageX theImageX = PegasusImaging.WinForms.ImagXpress8.ImageX.FromFile(“c:\\Pegasus.tif”); ssxBarcode1.reader.Analyze(theImageX.ToHdib(false).ToInt32()); For Visual Basic.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123