We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Barcode Rotation

Is it possible to add a barcode rotated 90 degrees in any direction?

4 Replies

KC Karthikeyan Chandrasekar Syncfusion Team February 12, 2019 05:35 AM UTC

Hi Gerald, 
Please confirm is your requirement is to rotate the Barcode in PDF document in ASP.NET Core platform. 
Regards,  
Karthikeyan 



GR Gerald Romero February 12, 2019 07:40 PM UTC

Correct. I am specifically trying to add a 2D DataMatrix barcode to existing PDF documents with a .NET Core console application. The barcode needs to be an 8x32 rotated along the right edge of the page.


GR Gerald Romero February 12, 2019 08:33 PM UTC

I was able to accomplish what I needed by rotating the page. Inserting the barcode then rotating the page back. Kind of a hack. Would be nice to have a method to rotate the barcode directly from the object.


KC Karthikeyan Chandrasekar Syncfusion Team February 14, 2019 04:21 AM UTC

Hi Gerald, 
For drawing all the graphics objects in the PDF page, we suggest to use the RotateTransformation and TranslateTransformation to rotate and reposition the objects. So this is the standard way of doing it. 

Regards, 
Karthikeyan  


Loader.
Live Chat Icon For mobile
Up arrow icon