What does the RenderingOptions.BarcodeOptimization property do?

The online help does nothing for me because the description is essentially the same as the property name. I have a PDF doc with a PDF417 barcode in it. When I print the doc directly (not using Aspose) the barcode is crisp and scannable. When printed using the Aspose.Net PdfViewer, it comes out blurry and is not scannable. Can you please explain what effect this option has when it is set to true?

@dpecenka

The RenderingOptions.BarcodeOptimization disables smoothing/anti-aliasing for displaying barcode to prevent it from “blurring”. In case you are facing some issue, please share your sample files along with complete sample code snippet. We will test the scenario in our environment and address it accordingly.