agadia
1
Hi again,
We’re working on upgrading from V19 to V23.
So in the old version, we used this:
generator.Parameters.Barcode.BarCodeHeight.Pixels = 99;
generator.Parameters.Barcode.BarCodeWidth.Pixels = 99;
What would be the correct replacement code in V23?
Mike
Mike
@agadia,
Could you please try using the following lines of code:
generator.Parameters.ImageHeight.Pixels = 99;
generator.Parameters.ImageWidth.Pixels = 99;
See the Release notes document with those mentioned changes in the below section.
Also, see the documents with example codes for your reference.