Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,602 for

system.drawing

(0.09 sec)
  1. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered 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 and the...

    docs.aspose.com/page/net/ps/working-with-transp...
  2. 在 PostScript 中使用填充图案 | .NET

    如何在 PS 文件中添加填充图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...平台提供了一个单独的类,该类派生自 System.Drawing.Brush 和 System.Drawing.HatchBrush 。它与...。它与 System.Drawing.TextureBrush 的区别在于,它具有命名的预定义样式,定义了用于平铺的图像。...

    docs.aspose.com/page/zh/net/ps/working-with-hat...
  3. Working with Text in XPS file | .NET

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Drawing backend instead of System.Drawing system library. In the...will be used instead of System.Drawing.FontStyle. Our code examples...

    docs.aspose.com/page/net/xps/working-with-text/
  4. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...Drawing; using System.Drawing; namespace Aspose.Cells...

    forum.aspose.com/t/excel-shape-text-font-color-...
  5. Working with Text in PostScript | .NET

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...NET’s System.Drawing.Font . Numbers in the method’s...document. FillText (str, new System. Drawing . Font ( "Times New Roman"...

    docs.aspose.com/page/net/ps/working-with-text/
  6. 在 PostScript 中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加透明度的问题。了解如何在 .NET 中使用该功能...Drawing 后端,而非 System.Drawing 系统库。 因此,请导入 Aspose.Page...Page.Drawing 命名空间,而不是 System.Drawing 命名空间。在以上和以下代码片段中,将使用 Aspose...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  7. Box-and-Whisker Chart Gets Squished When Conver...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart of “Box and Whisker” type. When I try to get image of the slide, I see that the chart gets squished to right side. The code I used: using Aspose.Slides…...Ink; using System.Drawing; using System.Drawing.Imaging; using...using System.IO; using System.Drawing.Text; class Program { static...

    forum.aspose.com/t/box-and-whisker-chart-gets-s...
  8. ArgumentNullException when applying redactions ...

    ArgumentNullException when applying redactions to specific PDF documents using Aspose.PDF Issue Description We are encountering an ArgumentNullException when attempting to apply redactions to certain PDF documents using …...Facades; using System.Drawing; public class PdfRedactionService...

    forum.aspose.com/t/argumentnullexception-when-a...
  9. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...Annotations; using System.Drawing; // for Color class Program...

    forum.aspose.com/t/the-use-of-redactionannotati...
  10. Manage number of pages in XPS file | .NET

    .NET API Solution to manage XPS files. Add or remove pages from or to XPS documents with a few lines of C# code....XpsModel; using System.Drawing; // The path to the documents...

    products.aspose.com/page/net/add-delete-pages/