Browse our Products

Latest release (December 2023)

What was changed

KeySummaryCategory
OMRJAVA‑84Added the ability to set the custom size of bubbles for answer sheet and grid elements.Enhancement

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OMR for Java 23.12.0 that may affect the code of existing applications.

Added public APIs:

No changes

Updated public APIs:

The following public APIs have been updated in Aspose.OMR for .NET 23.6.0:

Added bubble_size attribute to answer_sheet element

Overrides the default bubble size for an individual answer_sheet element. Supported values:

ValueBubble size
extrasmall40 pixels
small50 pixels
normal60 pixels
large80 pixels
extralarge100 pixels

Added bubble_size attribute to grid element

Overrides the default bubble size for an individual grid element. Supported values:

ValueBubble size
extrasmall40 pixels
small50 pixels
normal60 pixels
large80 pixels
extralarge100 pixels

Removed public APIs:

No changes.

Usage examples

See the examples below to learn more about the changes introduced in this release:

Increase the size of answer sheet bubbles

?answer_sheet=Plants
	elements_count=15
	columns_count=3
	answers_count=5
	bubble_size=extralarge

Increase the size of grid bubbles

?grid=Phone number
	sections_count=7
	bubble_size=extralarge