Product Overview
Welcome to the Aspose.Drawing for .NET
Aspose.Drawing is a fully managed, cross-platform, complete 2D graphic library for drawing text, geometries, and images. Aspose.Drawing provides System.Drawing compatible API, making it very easy for your existing code using System.Drawing to become truly cross-platform. Built against .NET Standard 2.0, Aspose.Drawing can be used in web, mobile, desktop, cloud and IoT scenarios. The drawing engine supports rendering vector graphics (such as lines, curves, and figures) and text (in a variety of fonts, sizes, and styles) onto raster images in all commonly used graphics file formats.
Product Description
Aspose.Drawing for .NET is a robust .NET library that lets developers work with 2D drawings and graphics without the need of any other software. It provides a simple Application Programming Interface (API) that is easy to learn and use.
Aspose.Drawing for .NET is implemented using Managed C# and it can be used with any .NET language like C#, VB.NET, and F#, etc. It can be integrated with any kind of application either it’s an ASP.NET Web Application or a Windows Application. In order to facilitate the developers to get up and running quickly, Aspose.Drawing for .NET provides fully featured demos and working examples written in C#. Using these demos, developers can quickly learn about the features provided by the API.
The fast, light-weight library creates images efficiently and helps your application perform better. It is multithread safe as long as only one thread works on an image at a time. It is a typical scenario to have one thread working on one image. Different threads can safely work on different images at the same time.
Declaration
All Aspose .NET libraries require Full Trust permission set. The reason is, Aspose .NET libraries need to access registry settings, system files other than virtual directory for certain operations like parsing fonts etc. Moreover, Aspose .NET libraries are based on core .NET system classes that also require Full Trust permission set in many cases.
Internet Service Providers hosting multiple applications from different companies mostly enforce Medium Trust security level. In case of .NET 2.0, such security level applies the following constraints:
- OleDbPermission is not available. This means you cannot use the ADO.NET managed OLE DB data provider to access databases.
- EventLogPermission is not available. This means you cannot access the Windows event log.
- ReflectionPermission is not available. This means you cannot use reflection.
- RegistryPermission is not available. This means you cannot access the registry.
- WebPermission is restricted. This means your application can only communicate with an address or range of addresses that you define in the
element. - FileIOPermission is restricted. This means you can only access files in your application’s virtual directory hierarchy.
Due to the reasons specified above, Aspose .NET libraries cannot be used on servers granting permission set other than Full Trust.