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

system.drawing

(1.56 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 在 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...
  5. 在 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...
  6. 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...
  7. 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/
  8. 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...
  9. 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-...
  10. 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/