Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

currently barcodes can only be drawn on pages using their draw method (PdfUnidimensionalBarcode.Draw(PdfPageBase, PointF) and 

PdfBidimensionalBarcode.Draw(PdfPageBase, PointF) and their overloaded versions)

I found 2 workarounds to draw barcodes using the PdfGraphics class.

  1. converting the barcode to an image and draw that instead
  2. drawing the barcode on an empty page, turning the page into a template and drawing that template instead
being able to use the PdfGraphics class would allow to draw the barcode on a PdfLayer, rotate it and add transparency (not sure if the latter has any use cases)