Browse our Products

Aspose.OMR for .NET 22.3 Release Notes

All Changes

KeySummaryCategory
OMRNET-415Add new property Custom Threshold for Vertical ChoiceBox elementNew Feature
OMRNET-410Add new properties Vertical Margin and Horizontal Margin for Block elementNew Feature
OMRNET-404Add multiple Font Style for each Text elementsNew Feature
OMRNET-414Add new property Bubble Type for Vertical ChoiceBox elementNew Feature
OMRNET-419Add support for SHA-256 licenseNew Feature

Public API and Backwards Incompatible Changes

Added APIs:

No Changes

Updated APIs:

No Changes

Removed APIs:

No Changes

Example of combine font style properties

?text=West bank
	font_style=bold, underline

Example of custom recognition threshold for Vertical Choicebox element

?vertical_choicebox=What is Earth Weight?
	threshold=30

Example of usage Bubble type square for Answer element

?answer=40 kg
	bubble_type=square
?content=40 kg
&answer

Example for optional skip of margin and padding in Container element

?container=
	columns_count=1
	block_bottom_margin=0
	block_top_padding=0
	block_right_margin=0
?block=
	column=1
	border=square
	border_size=3
?content=columns_count=3, padding=0
	font_style=bold
&block
&container