Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 5,626 for

system.drawing

(0.41 sec)
  1. 在 PostScript 中处理图像 | .NET

    Aspose.Page API 解决方案解答了如何将图像添加到 PS 文件的问题。了解如何在 .NET 中使用该功能... 从图像文件创建 System.Drawing.Bitmap 。 为图像创建必要的转换。 将图像添加到...软件包。它使用 Aspose.Drawing 后端,而不是 System.Drawing 系统库。 因此,请导入 Aspose.Page...

    docs.aspose.com/page/zh/net/ps/working-with-ima...
  2. Aspose.HTML for .NET 24.10 – Improving Renderin...

    Release focuses on Linux support, improving text readability and image rendering, creating a smoother experience for .NET developers....several enumerations from System.Drawing with implementations within...with old dependencies of System.Drawing , specifically configuring...

    docs.aspose.com/html/net/migration-between-vers...
  3. 如何在 C# 中将幻灯片另存为 SVG

    我们将引导您完成 C# 中的步骤,了解如何在 C# 中将幻灯片保存为 SVG。通过使用几行代码,您可以轻松地将幻灯片转换为 C# 中的 SVG。...Export 、 System.Drawing 和 System.IO 命名空间将 PPTX...

    kb.aspose.com/zh/slides/net/how-to-save-slide-a...
  4. Aspose.Tex on linux fails - Free Support Forum ...

    Aspose.Tex depends on System.drawing.common still and so fails on linux Unhandled exception: System.PlatformNotSupportedException: System.drawing.Common is not supported on this platform. at System.drawing.Drawing2D.Gr…...Tex depends on system.drawing.common still and so fails...System.PlatformNotSupported: System.Drawing.Common is not supported...

    forum.aspose.com/t/aspose-tex-on-linux-fails/30...
  5. ImageVectorizer and color palette - Free Suppor...

    Hello Aspose community, I’m trying to vectorize some png images using Aspose but I want to define a target color palette. Let’s say a shade of oranges. I want my result image to use only colors from the palette. My p…...preprocess the image using System.Drawing, wich was quite simple...

    forum.aspose.com/t/imagevectorizer-and-color-pa...
  6. Working with Textures in PostScript | .NET

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...must pass an object of System.Drawing.Brush class for a painting...painting and an object of System.Drawing.Pen for stroking into respective...

    docs.aspose.com/page/net/ps/working-with-textures/
  7. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...derived from System.Drawing.Brush , System.Drawing.HatchBrush .... Its difference from System.Drawing.TextureBrush is that it...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  8. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 .NET 中使用该功能... 从该矩形创建一个矩形 System.Drawing.Drawing2D.GraphicsPath...软件包。它使用 Aspose.Drawing 后端,而非 System.Drawing 系统库。 因此,请导入 Aspose.Page...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  9. Working with Document in PostScript | .NET

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET....Drawing backend instead of System.Drawing system library. So import...Drawing namespace instead of System.Drawing one. In the above code...

    docs.aspose.com/page/net/ps/working-with-document/
  10. 使用 .NET 将 TIFF 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/tiff-to-eps/