Our free SVG Library for .NET allows users to generate, load and modify SVG images using languages such as C#.NET.
SvgImage svg =
new
SvgImage(800, 600);
SvgRectangle rectangle = svg.Elements.AddRectangle(
new
RectangleF(10, 10, 100, 20));
svg.SaveAs(
@"D:\data\sample.svg"
);
Modify SVG images >
For small networks, we offer the XIA Configuration Workgroup edition for free.
Document a limited number of network devices including Microsoft Windows servers and Linux systems. Export to professional PDF documents.
Download XIA Configuration Workgroup edition >
Using the sample code provided, it is possible to query the audit rights assignment on a Windows machine using the native Windows API.
Audit User Rights Assignment >