// Create a MaxiCode barcode generator with simple codetext. using (var generator = new BarcodeGenerator(EncodeTypes.MaxiCode, "Test")) // Set a custom margin of 10 ...
const string outputPath = "maxicode_custom_quietzone.png"; // Create a MaxiCode generator with sample codetext using (BarcodeGenerator generator = new BarcodeGenerator (EncodeTypes.MaxiCode, "Sample ...