0

Looking at sample barcode script. I wonder how do I set the barcode to code39 for it to work for vehicle's VIN?

                pdfclownEntities::EAN13Barcode barcode = new pdfclownEntities::EAN13Barcode(parmBookValues.Vin);
                XObject barcodeXObject = barcode.ToXObject(parmDocument);
                primitiveComposer.ShowXObject(
                    barcodeXObject,
                    new dotnetDrawing::PointF(boxAdjustedPositionX, boxAdjustedPositionY),
                    GeomUtils.Scale(barcodeXObject.Size, new dotnetDrawing::SizeF(boxWidthX, boxHeightY)),
                    XAlignmentEnum.Right,
                    YAlignmentEnum.Bottom,
                    0
                );
fletchsod
  • 3,560
  • 7
  • 39
  • 65

1 Answers1

1

Code39 is not implemented at the moment, sorry