Preview:
// The properties of the class must be exactly as in the ACODE
var check = codeService.SaveModel(model, model.Acode /*If new... null*/, CodeType./*The type*/);
if (check.IsFailed)
{
    Mess.boxError(check.F_Print());
    return;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter