Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,636 for

system.drawing

(0.72 sec)
  1. 使用 .NET API 将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET JPG 转 EPS 功能。...Drawing 后端,而不是 System.Drawing 系统库。 因此,请导入 Aspose.Page...Page.Drawing 命名空间,而不是 System.Drawing 命名空间。在上面和下面的代码片段中,将使用 Aspose...

    docs.aspose.com/page/zh/net/convert/jpg-to-eps/
  2. 使用 .NET API 将 GIF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET GIF 转 EPS 功能。...Drawing 后端,而不是 System.Drawing 系统库。 因此,请导入 Aspose.Page...Page.Drawing 命名空间,而不是 System.Drawing 命名空间。在上面和下面的代码片段中,将使用 Aspose...

    docs.aspose.com/page/zh/net/convert/gif-to-eps/
  3. 使用 .NET API 将 EMF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的 EMF 到 EPS 转换功能。...Drawing 后端,而不是 System.Drawing 系统库。 因此,请导入 Aspose.Page...Page.Drawing 命名空间,而不是 System.Drawing 命名空间。在上面和下面的代码片段中,将使用 Aspose...

    docs.aspose.com/page/zh/net/convert/emf-to-eps/
  4. 在 PostScript 中处理文档 | .NET

    向 PS 文件添加页面是 Aspose.Page API 解决方案支持的一项功能。了解如何在 .NET 中使用该功能。...Drawing 后端,而不是 System.Drawing 系统库。 因此,请导入 Aspose.Page...Page.Drawing 命名空间,而不是 System.Drawing 命名空间。在上述代码片段中,将使用 Aspose.Page...

    docs.aspose.com/page/zh/net/ps/working-with-doc...
  5. Installation|Aspose.Slides Documentation

    Learn how to quickly install Aspose.Slides for .NET. Step-by-step guide, system requirements, and code samples — start working with PowerPoint presentations today!...Install Prerequisite The System.Drawing namespace operates differently...previous versions, the System.Drawing.Common NuGet package works...

    docs.aspose.com/slides/net/installation/
  6. Issue with Image Handling After Upgrading AWS L...

    Dear Aspose Support, I recently upgraded my AWS Lambda function from .NET Core 3.1 to .NET 8.0, and after the upgrade, I encountered an issue where images are no longer being appended in the Publisher files when convert…... Since System.Drawing is not supported in .NET...package due to the absence of System.Drawing support in .NET 8 on Linux...

    forum.aspose.com/t/issue-with-image-handling-af...
  7. Cross platform 2D graphics library|Documentation

    Aspose.Drawing library for Microsoft .NET to draw pictures. Cross-platform alternative to Microsoft NET System.drawing.Common image drawing library for Windows 2D graphics. Nuget package download.... System.Drawing.Common (System.Drawing) alternative...

    docs.aspose.com/drawing/net/developer-guide/cro...
  8. Product Features|Documentation

    Product Features of Aspose.BarCode for .NET: Barcode Generation, Recognition, Customization of Barcode Appearance-Related Parameters...multi-page TIFF images via System.Drawing or Aspose.Drawing.Common...

    docs.aspose.com/barcode/net/product-features/
  9. Issue with SHX fonts - Free Support Forum - asp...

    I am using aspose.cad .net for converting a DWG file to a PDF file. I can’t seem to get the SHX fonts into the PDF. There are 3 .shx fonts used in my DWG drawing put when i export my file as PDF the SHX font is not use…...White, // Use 'Color' from System.Drawing Layouts = layouts, DrawType...

    forum.aspose.com/t/issue-with-shx-fonts/317149
  10. 关于groupShape.GetShapeRenderer().Save()的渲染问题 - F...

    我在使用如下代码将groupsharp保存为png图片,但是绘制内容质量不太行,是否有办法提高质量? ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat.Png) { Resolution = 300, PaperColor = Color.Transparent, GraphicsQualityOptions = new Graphic…...Saving; using System.Drawing; using System.Drawing.Drawing2D; using...using System.Drawing.Text; // 假设已有 Document doc 并且获取了 GroupShape...

    forum.aspose.com/t/groupshape-getshaperenderer-...