dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 27 forks source link

Barcode and graphics printing quality #60

Open Sadegnabil opened 2 years ago

Sadegnabil commented 2 years ago

Hello,

How can I print labels in Barcode and graphics quality? The barcodes are too blurry with the other printing settings.

imzjy commented 1 year ago

@Sadegnabil There is parameter(barcodeGraphsQuality) can instruct the barcode printing quality.

DymoPrinter.Instance.PrintLabel(dymoSDKLabel, 
                    printer, 
                    copies: 1,
                    barcodeGraphsQuality: true);