Aspose.OMR for .NET 22.1 Release Notes
Contents
[
Hide
]
This page contains release notes information for Aspose.OMR for .NET 22.1
All Changes
Key | Summary | Category |
---|---|---|
OMRNET-347 | Add new element CheckBox | New Feature |
Public API and Backwards Incompatible Changes
Added APIs:
No Changes
Updated APIs:
No Changes
Removed APIs:
No Changes
Usage Example for CheckBox element
?container=header
columns_count=1
?block=text
column=1
?content=QUESTIONNAIRE
font_style=bold
font_size=14
align=center
&block
&container
?container=userInfo
columns_proportions=30-15-1-32-1-21
?block=name
column=1
?content=Name:_________________
&block
?block=age
column=2
?content=Age:________
&block
?block=sex
column=4
?checkbox=Sex:
bubble_size=extrasmall
?content=Male
font_style=italic
?content=Female
font_style=italic
&checkbox
&block
?block=date
column=6
?content=Date:_____________
align=left
&block
&container