Currently (LL 24 ServicePack 2) it’s only possible to set basic barcode properties using the DOM object model. Especially for QR codes the extended settings like error correction level can’t be set by using DOM. This can only be done using List&Label designer.
A typical use case might be:
Because of legal requirements the error correction level has to be set on some QR codes. For example SEPA transaction require an error correction level of M.
Thanks for the suggestion. Indeed, this is one of the few things that cannot be set via DOM currently. While offering “full” DOM support would require quite a bit of changes, we could offer to set the error correction level default for newly created objects quite easily. You’d then have to use something like
You often hear “Your wish is my Command”. But in this case it is true and as suggested by @jbartlau we have implemented the option in version 25 accordingly and it can be used in this way:
thank you for your answer.
but I realized the “minimal”-version is interpreted as “automatic but at least this version”.
in our case an automatic calculation of required block modules is the best solution.