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

system.drawing

(0.63 sec)
  1. 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...
  2. 在 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...
  3. 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...
  4. 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/
  5. 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-...
  6. 在 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...
  7. Product Features|Documentation

    Product Features of Aspose.BarCode for .NET: Barcode Generation, Recognition, Customization of Barcode Appearance-Related Parameters...multi-page TIFF through System.Drawing Scanning from PDF format...

    docs.aspose.com/barcode/net/product-features/
  8. Resize EPS | .NET API Solution

    Resize EPS functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Drawing backend instead of System.Drawing system library. So import...Drawing namespace instead of System.Drawing one. In the above and following...

    docs.aspose.com/page/net/resize-eps/
  9. Nuget package version for Windows Server 2019 -...

    I was able to get Aspose.OCR v 20.12.1 to work, but it uses older methods. I’ve tried the newest version (v 25.9.1) and it gives me a ‘access violation’ error. I’m trying to do Recognize using a bitmap over a memory st…...Ocr; using System.Drawing; using System.IO; public...bitmap.Save(memoryStream, System.Drawing.Imaging.ImageFormat.Png);...

    forum.aspose.com/t/nuget-package-version-for-wi...
  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-...