ScoreDisplay
ScoreDisplay enumeration
Control displaying of score value.
public enum ScoreDisplay
Values
Name | Value | Description |
---|---|---|
DontDisplay | 0 | Score value will be hidden from user. Score value still participate in recognition and total score amount. Amount will be ignored. |
DisplayAsExtraColumn | 1 | Score value will be displayed as extra column and will be visible to user. Score value participate in recognition and total score amount. Amount will mark score column position among other columns. Please use only one such header |
DisplayInsideCell | 2 | Score value will be displayed inside each cell. Score value will be places inside each bubble. In current version - one digit per bubble or exception will be thrown. Amount will be ignored. |
See Also
- namespace Aspose.OMR.Generation.Config.Enums
- assembly Aspose.OMR