Aspose Barcode 4.4.0 BarCodeRegion.getPoints

Last post 01-27-2012, 1:51 PM by aspose.notifier. 3 replies.
Sort Posts: Previous Next
  •  01-10-2012, 7:16 PM 354264

    Aspose Barcode 4.4.0 BarCodeRegion.getPoints Java

    You used to be able to get a java.util.Point[] now it returns a com.aspose.internal.g.H[] which has no documentation.

    How do I find the points in a region now?
     
  •  01-11-2012, 2:59 AM 354333 in reply to 354264

    Re: Aspose Barcode 4.4.0 BarCodeRegion.getPoints Java

    Hi,

    Thank you for brining this to our knowledge. 

    I have experienced the same issue while accessing the Region Points, so I have logged an investigation in our tracking system under ticket id BARCODJAVA-33119. We will soon sort this out and will keep you posted with updates on this.

    We are sorry for your inconvenience.

    Babar Raza
    Support Developer,
    Aspose Sialkot Team
    http://www.aspose.com/
    Aspose - Your File Format Experts
     
  •  01-17-2012, 4:21 AM 355643 in reply to 354333

    Re: Aspose Barcode 4.4.0 BarCodeRegion.getPoints Java

    Attachment: Present (inaccessible)
    Hi,

    We have fixed the problem logged under Ticket Id  BARCODJAVA-33119. Please find the attachment for the updated Jars of Aspose.BarCode for Java v4.4.0. We will also include this fix in next major release of Aspose.BarCode for Java.

    Please note that the BarCodeRegion.getPoints() method returns an array of type java.awt.Point. Below is source code for your kind reference, 

    Java
                BarCodeReader reader = new BarCodeReader("barcodes.bmp", BarCodeReadType.getAllSupportedTypes());             while(reader.read())             {                   BarCodeRegion region = reader.getRegion();                   Point[] point = region.getPoints();                   for(int i=0; i< point.length;i++)                   {                         System.out.println(point[i].toString());                         System.out.println("----------------------");                   }             }

    Babar Raza
    Support Developer,
    Aspose Sialkot Team
    http://www.aspose.com/
    Aspose - Your File Format Experts
     
  •  01-27-2012, 1:51 PM 357696 in reply to 354264

    Re: Aspose Barcode 4.4.0 BarCodeRegion.getPoints

    The issues you have found earlier (filed as BARCODJAVA-33119) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML