Browse our Products

Aspose.OMR for .NET 24.7.0 - Release Notes

What was changed

KeySummaryCategory
OMRNET‑1038Added the ability to rotate barcode elements.New feature
OMRNET‑1039Improved the accuracy of form generation when using elements with dynamic width.Enhancement

Public API changes and backwards compatibility

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

Added public APIs:

The following public APIs have been added to Aspose.OMR for .NET 24.7.0:

rotation_angle barcode element property

Specifies the rotation angle (in degrees) of the barcode element.

Negative angle rotates the element counter-clockwise, positive angle rotates the element clockwise.

RotationAngle property of BarcodeConfig

Specifies the rotation angle (in degrees) of the barcode element.

Negative angle rotates the element counter-clockwise, positive angle rotates the element clockwise.

Updated public APIs:

No changes

Removed public APIs:

No changes

Usage examples

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

Rotating barcode 90 degrees counter-clockwise

Markup:

?barcode=Test1
	value=EAN14Test
	height=500
	codetext=true
	align=left
	barcode_type=EAN14
	rotation_angle=-90

Rotated barcode