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

system.drawing

(2.38 sec)
  1. 在 PostScript 中使用纹理 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加纹理图案的问题。了解如何在 .NET 中使用该功能...中设置绘画或描边,我们必须将 System.Drawing.Brush 类的对象(用于绘画)和 System.Drawing.Pen 类的对象(用于描边)分别传递给相应的方法。...平台提供的所有 System.Drawing.Brush 子类。这些画笔分别是 System.Drawing.SolidBrush...

    docs.aspose.com/page/zh/net/ps/working-with-tex...
  2. 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...
  3. Issue with GDI+ Initialization Error in .NET 8 ...

    We are encountering a critical issue with the GDI+ initialization when running our .NET 8 application on an AWS EC2 instance. The error occurs during the PDF generation process using Aspose.Pdf, leading to the following …...ConvertHtmlToDocumen failed: at System.Drawing.SafeNativeMethods.Gdip...GdipCreateMatrix(IntPtr& matrix) at System.Drawing.Drawing2D.Matrix…ctor()...

    forum.aspose.com/t/issue-with-gdi-initializatio...
  4. Rotated Parts of SmartArt Are Cropped When Conv...

    Hello, When trying to convert a smartArt object which has a part of it rotated outside of smartArt border to image the rotated part is cropped and not converted properly. Here’s a simple code snippet I’m using to conve…...Slides; using System.Drawing; Presentation presentation...

    forum.aspose.com/t/rotated-parts-of-smartart-ar...
  5. 在 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...
  6. Failure to Get Images of Shapes on a PowerPoint...

    Hi Team, I have a PPTX (attached) with one slide. When I try to get image of the shape on the slide, I get error from Aspose: Processing AutoShape 1 on slide 1 Error processing shape on slide 1: Object reference not …...Diagnostics; using System.Drawing; using System.Drawing.Imaging; using...

    forum.aspose.com/t/failure-to-get-images-of-sha...
  7. 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/
  8. 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-...
  9. 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...
  10. Recognition of EAN barcodes while barcode read ...

    Hi there! I want to only recognize UPC barcodes, but ReadBarCodes() also returns EAN barcodes. To demonstrate this, I’ve included the following simple test app for .NET Framework (using Aspose.Barcode 22.9.0). Use it i…...Generic; using System.Drawing; namespace TestBarcodeUpcEan...

    forum.aspose.com/t/recognition-of-ean-barcodes-...