Explore nuestros productos

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.omr para .NET 22.9

Descargar  Descargar 

detalles del archivo

  • Descargars:
  • 1
  • Tamaño del archivo:
  • 77.8MB
  • Fecha Agregada:
  • 21/9/2022

Descripción

Contiene aspose.omr para .NET 22.9 lanzamiento

detalles del archivo

OMR Form Source Encoding

Ability to set the file encoding in the Generate Template method. The following C# sample code demonstrates how OMR form source encoding is performed via API:

Aspose.OMR.Generation.GenerationResult generationResult = null;
using(System.IO.FileStream fs = new System.IO.FileStream("source.txt", System.IO.FileMode.Open))
{
	System.IO.MemoryStream ms = new System.IO.MemoryStream();
	fs.CopyTo(ms);
	generationResult = omrEngine.GenerateTemplate(ms, Encoding.ASCII);
};

Automatic Column Wrapping

Ability to turn on the automatic column wrapping via the GlobalPageSettings object within Page Setup.

The following C# code snippet demonstrates the configuration of OMR automatic column wrapping via API:

Aspose.OMR.Generation.GlobalPageSettings globalPageSettings = new Aspose.OMR.Generation.GlobalPageSettings() {
	PaperSize = Aspose.OMR.Generation.PaperSize.Tabloid,
	Orientation = Aspose.OMR.Generation.Orientation.Horizontal,
	BubbleColor= Aspose.OMR.Generation.Color.Red,
	Wrap = Aspose.OMR.Generation.WrappingPolicy.Column
};

Reuslt

Automatic Column Wrapping

Switching Bubble Placement in OMR Sheet

Ability to switch bubble placement for answer elements (text markup / JSON markup).

?answer=Bob Barr and Wayne A. Root
	bubble_position=right
	bubble_type=square
?content=LIB
	font_size=8
	align=right
&answer

Result

Bubble Placement

Setting Text Color in OMR Form

Ability to set text color for the following elements:

?text=This text will be rendered in red
	color=red

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.OMR for .NET 22.9 Notas de lanzamiento.

 Español