Просмотрите наши продукты Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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); };
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
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
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 Выпуск заметок.