Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Now the API supports multiple bubble styles without any change in the recognition logic. These bubble types include circle (round) and square (square), with the introduction of the new bubble-type for the following elements:
round
square
bubble-type
The following C# code snippet is used to insert the round type bubbles (checkbox)in the OMR form via API:
?checkbox=Sex: bubble_type=round font_style=italic ?content=Male ?content=Female &checkbox
Result
The following C# code snippet is used to insert the square type checkbox in the OMR form via API:
?checkbox=Sex: bubble_type=square font_style=italic ?content=Male ?content=Female &checkbox
Added the following two enumerators to facilitate the barcode processing within your OMR forms:
BarcodeType
Aspose.OMR.Generation.Config.Enums.BarcodeType
BarcodeQRVersion
Aspose.OMR.Generation.Config.Enums.QRVersion
For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.OMR for .NET 22.7 Release Notes.