System.Drawing.Common 4.5.0-preview1-25914-04

Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon 10dc31ea70c14a33f371cea5a757a3d95b218acf When using NuGet 3.x this package requires at least version 3.4.

Showing the top 20 packages that depend on System.Drawing.Common.

Packages Downloads
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/fa72fa61b0d822ea8a3fbeb96f668340419ab5cd.
12
Spire.PDF
Spire.PDF for .NET is a versatile PDF library that enables software developers to generate, edit, read and manipulate PDF files within their own .NET applications. As a standalone PDF component, Spire.PDF for .NET provides users an incredible wealth of features without installing Adobe Acrobat. This component is completely written in C#, but also supports VB.NET, Windows Forms and ASP.NET. With the Spire.PDF for .NET API, you can get the ability to read PDF text and image even attachments with high efficiency. Even the special content such as language written from right to left can be extracted such as Herbrew and Arabic. Other basic features such as text, image, table, shapes, hyperlinks, bookmark, headings, footnotes, lists, form fields, pagination, booklet barcode, attachments, transparency, annotations, actions, overlay etc all work great for users. As for security, Spire.PDF for .NET enables you to protect your PDF files by passwords and digital signature. Spire.PDF now supprots to work on .NET core, MonoAndroid and Xamarin.iOS platforms.
9
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
8
Magicodes.IE.Core
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.03.08** - Excel模板导出支持使用JSON对象完成动态导出 **2021.03.05** - Excel导入支持合并行数据 [#239](https://github.com/dotnetcore/Magicodes.IE/issues/239) **2021.02.23** - 【Nuget】版本更新到2.5.1.8 - Input string was not in a correct format.[#241](https://github.com/dotnetcore/Magicodes.IE/issues/241) - 使用Stream方式导入xlsx,rowErrors里的rowIndex位置不对[#236](https://github.com/dotnetcore/Magicodes.IE/issues/236) **2021.02.20** - 【Nuget】版本更新到2.5.1.7 - Excel支持Base64导出 [#219](https://github.com/dotnetcore/Magicodes.IE/issues/219) - 修复 [#214](https://github.com/dotnetcore/Magicodes.IE/issues/214) **2021.01.31** - 【Nuget】版本更新到2.5.1.6 - 部分重构模板导出 - Excel模板导出语法解析加强 #211 - 修复当表格下面存在变量时,无法渲染的Bug **2021.01.29** - 【Nuget】版本更新到2.5.1.5 - 移除模板导出时的控制台日志输出 **2021.01.09** - 【Nuget】版本更新到2.5.1.4 - 修复Excel导出列头索引与内容排序不一致问题及单测 [#226](https://github.com/dotnetcore/Magicodes.IE/issues/226)
8
EPPlus
A spreadsheet library for .NET framework and .NET core
7
Magicodes.EPPlus
Create advanced Excel spreadsheets using .NET
7
iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
7
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
6
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
6
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
6
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
6
EPPlus
A spreadsheet library for .NET framework and .NET core
6
Spire.PDF
Spire.PDF for .NET is a versatile PDF library that enables software developers to generate, edit, read and manipulate PDF files within their own .NET applications. As a standalone PDF component, Spire.PDF for .NET provides users an incredible wealth of features without installing Adobe Acrobat. This component is completely written in C#, but also supports VB.NET, Windows Forms and ASP.NET. With the Spire.PDF for .NET API, you can get the ability to read PDF text and image even attachments with high efficiency. Even the special content such as language written from right to left can be extracted such as Herbrew and Arabic. Other basic features such as text, image, table, shapes, hyperlinks, bookmark, headings, footnotes, lists, form fields, pagination, booklet barcode, attachments, transparency, annotations, actions, overlay etc all work great for users. As for security, Spire.PDF for .NET enables you to protect your PDF files by passwords and digital signature. Spire.PDF now supprots to work on .NET core, MonoAndroid and Xamarin.iOS platforms.
6
Magicodes.IE.Core
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.07** - ** 【Nuget】版本更新到2.2.4** - ** 【Excel导入】增加`导入失败`仅返回错误行功能** - ** 【Excel导入】修复导入的空行标注位置偏移** - ** 【Excel导出】增加`SeparateByColumn`进行分割追加列** **2020.05.31** - **【Nuget】版本更新到2.2.3** - **【Excel导入】增加了stream Csv导入扩展方法 - **【Word导出】修复word文件字节导出错误 **2020.05.24** - **【Nuget】版本更新到2.2.2** - **【Excel导入】增加了stream导入扩展方法 - **【Excel导出】增加了内容居中(单列居中、整表居中) - **【导出】对一些中间件代码进行了修复及优化
6
Magicodes.IE.Core
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.09.14** - 【Nuget】版本更新到2.4.0-beta1 1、支持单元格导出宽度设置 2、Excel导出支持对Enum的ValueMapping设置 3、Excel导出支持对bool类型的ValueMapping设置
6
Magicodes.IE.Core
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.11.26** - 【Nuget】版本更新到2.5.0-beta6 - The ColumnIndex property does not appear to be valid in Excel import [#198](https://github.com/dotnetcore/Magicodes.IE/issues/198) **2020.11.25** - 【Nuget】版本更新到2.5.0-beta5 - fix MappingValues The total length of a DataValidation list cannot exceed 255 characters [#196](https://github.com/dotnetcore/Magicodes.IE/issues/196) - Excel导出List数据类型存在错误,以及格式化问题。 [#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193) **2020.11.20** - 【Nuget】版本更新到2.5.0-beta4 - 导入Excel对Enum类型匹配值映射时,忽略值前后空格 **2020.10.29** - 【Nuget】版本更新到2.5.0-beta3 - 导入模板支持Excel内置验证 [#167](https://github.com/dotnetcore/Magicodes.IE/issues/167) **2020.10.20** - 【Nuget】版本更新到2.5.0-beta2 - Excel导出支持HeaderRowIndex [#164](https://github.com/dotnetcore/Magicodes.IE/issues/164) - 增加Excel枚举导出对DescriptionAttribute的支持[#168](https://github.com/dotnetcore/Magicodes.IE/issues/168)
6
Magicodes.IE.EPPlus
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032 **2022.03.06** - 完善筛选器注册机制,在指定了特性ImportHeaderFilter、ExporterHeaderFilter等值后,筛选器将匹配对于的类型,如不指定则作为全局筛选器。 **2022.03.02** - Excel导入时增加回调函数,方便增加自定义验证 - 优化获取DisplayName的逻辑 - 导出CSV支持ColumnIndex - 优化Pdf导出逻辑,统一各平台导出代码 **2021.11.28** - 修复未及时回收问题 **2021.11.28** - 添加两个动态验证特性(见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/359)),DynamicStringLengthAttribute及RequiredIfAttribute - CSV添加对分隔符的配置,具体见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/319) - Excel导入添加对`TimeSpan`类型的支持,使用参考`TimeSpan_Test` - 初步添加对.NET6的适配 **2021.10.23** - 导出日期格式化支持'DateTimeOffset'类型,具体见PR[#349](https://github.com/dotnetcore/Magicodes.IE/pull/349),感谢[YaChengMu](https://github.com/YaChengMu) - 修改Magicodes.IE.EPPlus的包依赖PR[#351](https://github.com/dotnetcore/Magicodes.IE/pull/351)
6
ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
6

https://go.microsoft.com/fwlink/?LinkID=799421

MonoAndroid 1.0

  • No dependencies.

Xamarin.TVOS 1.0

  • No dependencies.

Xamarin.Mac 2.0

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

Xamarin.WatchOS 1.0

  • No dependencies.

.NET Core 2.0

.NET Framework 4.6.1

  • No dependencies.

MonoTouch 1.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
10.0.0-preview.5.25277.114 2 2025/6/7
10.0.0-preview.4.25258.110 4 2025/5/25
10.0.0-preview.3.25173.2 2 2025/5/26
10.0.0-preview.2.25163.9 5 2025/5/26
10.0.0-preview.1.25080.3 1 2025/5/26
9.0.6 0 2025/6/10
9.0.5 3 2025/5/26
9.0.4 2 2025/5/26
9.0.3 2 2025/5/26
9.0.2 2 2025/5/26
9.0.1 1 2025/5/26
9.0.0 2 2025/5/26
9.0.0-rc.2.24474.1 2 2025/5/26
9.0.0-rc.1.24451.1 1 2025/5/26
9.0.0-preview.7.24405.4 2 2025/5/26
9.0.0-preview.6.24327.6 2 2025/5/26
9.0.0-preview.5.24306.5 2 2025/5/26
9.0.0-preview.4.24267.1 2 2025/5/26
9.0.0-preview.3.24172.9 2 2025/4/28
9.0.0-preview.2.24128.3 2 2025/5/26
9.0.0-preview.1.24081.2 2 2025/5/26
8.0.17 0 2025/6/10
8.0.16 3 2025/5/26
8.0.15 2 2025/5/26
8.0.14 2 2025/5/26
8.0.13 2 2025/5/28
8.0.12 2 2025/5/26
8.0.11 3 2025/5/26
8.0.10 2 2025/5/26
8.0.8 1 2025/5/26
8.0.7 1 2025/5/28
8.0.6 2 2025/5/26
8.0.5 2 2025/5/27
8.0.4 1 2025/5/26
8.0.3 1 2025/5/26
8.0.2 2 2025/5/26
8.0.1 2 2025/5/26
8.0.0 2 2025/5/26
8.0.0-rc.2.23479.14 2 2025/5/26
8.0.0-rc.1.23419.5 1 2025/5/26
8.0.0-preview.7.23375.5 5 2025/5/26
8.0.0-preview.6.23329.4 1 2025/5/26
8.0.0-preview.5.23280.5 1 2025/5/26
8.0.0-preview.4.23259.4 2 2025/5/26
8.0.0-preview.2.23128.3 2 2025/5/26
8.0.0-preview.1.23110.8 2 2025/4/17
7.0.0 2 2025/5/26
7.0.0-rc.2.22472.3 3 2025/5/26
7.0.0-rc.1.22426.10 1 2025/5/26
7.0.0-preview.7.22375.6 1 2025/5/26
7.0.0-preview.6.22324.4 2 2025/5/26
7.0.0-preview.5.22301.12 2 2025/5/26
7.0.0-preview.4.22229.4 2 2025/5/26
7.0.0-preview.3.22175.4 2 2025/5/26
7.0.0-preview.2.22152.2 1 2025/5/27
7.0.0-preview.1.22076.8 2 2025/5/26
6.0.0 2 2025/5/26
6.0.0-rc.2.21480.5 6 2025/5/26
6.0.0-rc.1.21451.13 2 2025/5/26
6.0.0-preview.7.21377.19 1 2025/5/26
6.0.0-preview.6.21352.12 2 2025/5/26
6.0.0-preview.5.21301.5 3 2025/5/26
6.0.0-preview.4.21253.7 1 2025/5/26
6.0.0-preview.3.21201.4 2 2025/5/26
6.0.0-preview.2.21154.6 1 2025/5/26
6.0.0-preview.1.21102.12 7 2025/5/26
5.0.3 0 2021/11/7
5.0.2 1 2025/5/26
5.0.1 2 2025/5/26
5.0.0 3 2025/4/27
5.0.0-rc.2.20475.5 1 2025/5/26
5.0.0-rc.1.20451.14 2 2025/5/26
5.0.0-preview.8.20407.11 1 2025/5/26
5.0.0-preview.7.20364.11 2 2025/5/26
5.0.0-preview.6.20305.6 3 2025/5/26
5.0.0-preview.5.20278.1 2 2025/5/26
5.0.0-preview.4.20251.6 2 2025/5/26
5.0.0-preview.3.20214.6 2 2025/5/26
5.0.0-preview.2.20160.6 1 2025/5/26
5.0.0-preview.1.20120.5 2 2025/5/26
4.7.3 1 2025/5/26
4.7.2 2 2025/5/26
4.7.1 1 2025/5/26
4.7.0 2 2025/5/26
4.7.0-preview3.19551.4 5 2025/5/26
4.7.0-preview2.19523.17 2 2025/5/27
4.7.0-preview1.19504.10 1 2025/5/26
4.6.2 2 2025/5/26
4.6.1 2 2025/5/26
4.6.0 2 2025/5/26
4.6.0-rc1.19456.4 1 2025/5/26
4.6.0-preview9.19421.4 2 2025/5/26
4.6.0-preview9.19416.11 3 2025/5/26
4.6.0-preview8.19405.3 4 2025/5/26
4.6.0-preview7.19362.9 2 2025/5/26
4.6.0-preview6.19303.8 2 2025/5/26
4.6.0-preview6.19264.9 1 2025/5/26
4.6.0-preview5.19224.8 4 2025/5/27
4.6.0-preview4.19212.13 1 2025/5/27
4.6.0-preview3.19128.7 8 2025/5/26
4.6.0-preview.19073.11 1 2025/5/26
4.6.0-preview.18571.3 2 2025/5/26
4.5.2 2 2025/5/28
4.5.1 4 2025/5/26
4.5.0 1 2025/5/26
4.5.0-rc1 2 2025/5/26
4.5.0-preview2-26406-04 2 2025/5/26
4.5.0-preview1-26216-02 1 2025/5/26
4.5.0-preview1-25914-04 1 2025/5/26
4.5.0-preview1-25718-03 2 2025/5/26