The supported symbologies in the documentation include Code39Standard, but it has stopped working in Aspose.BarCode versions 24.8.0 and 24.9.0 for .NET.
var encodeType = “Code39Extended”;
// The following returns null
var symbology2 = BaseEncodeType.Parse(encodeType);
BaseEncodeType symbology;
// The following returns false
if (BaseEncodeType.TryParse(encodeType, out symbology))
{}
The code above works fine with Aspose.BarCode version 24.5.0.
Please note, we replaced Code39Standard to Code39 as it is defined in ISO/IEC 16388. We also replaced Code39Extended to Code39FullASCII because ISO/IEC 16388 defines the code variant as full ASCII support over Code39. These changes are already announced in Public API Changes section on the release notes.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.