Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,935 for

brush

(0.64 sec)
  1. Working with Images in XPS file | Python

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...an Image Brush 17 path. fill = doc. create_image_brush (data_dir...XpsImageBrush = doc. create_image_brush (data_dir + "R08LN_NN.jpg" ...

    docs.aspose.com/page/python-net/xps/working-wit...
  2. Watermark DICOM image via C# | products.aspose.com

    Try our On-Premise document APIs to watermark DICOM image file on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....from the Image; define Font, Brush and Format for watermark text;...

    products.aspose.com/imaging/net/watermark/dicom/
  3. 处理 XPS 文件中的文本 | Java

    如何向 XPS 文件添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...xps" ; 7 8 //Create a brush 9 XpsSolidColorBrush textFill...

    docs.aspose.com/page/zh/java/xps/working-with-t...
  4. Work with XPS Documents in Qt | Aspose.Page for...

    C++ Library for the developers to process XPS files. Learn how to work with XPS Documents in Qt within Aspose.Page API solution for C++....XpsDocument > (); 6 7 //Create a brush 8 9 System ::SharedPtr < XpsSolidColorBrush...

    docs.aspose.com/page/cpp/work-with-xps-document...
  5. 图像处理 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何将简单或平铺图像添加到 XPS 文件的问题。了解如何在 C++ 中使用该功能。... f )); 8 //Create Image Brush 9 path -> set_Fill(doc -> C...

    docs.aspose.com/page/zh/cpp/xps/working-with-im...
  6. 编辑 HTML5 画布 – Aspose.HTML for .NET

    了解 HTML 画布以及如何使用 Aspose.HTML for .NET API 处理包含 HTML5 画布元素的文档。...18 19 // Prepare a gradient brush 20 ICanvasGradient gradient..."red" ); 24 25 // Assign the brush to the content 26 context. FillStyle...

    docs.aspose.com/html/zh/net/edit-html5-canvas/
  7. Handling Windows Metafiles|Aspose.Words for Nod...

    Aspose.Words for Node.js via .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player....corresponding bitmap image pixels, the brush, and the destination bitmap...

    docs.aspose.com/words/nodejs-net/handling-windo...
  8. 文本操作 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加文本的问题。了解如何在 C++ 中使用该功能...XpsDocument > (); 4 //Create a brush 5 System ::SharedPtr < XpsSolidColorBrush...

    docs.aspose.com/page/zh/cpp/xps/working-with-text/
  9. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...new Presentation("d:\\files\\Brush Skript MT.pptx"); // Get a blank...

    forum.aspose.com/t/add-new-last-slide-with-text...
  10. Add images to XPS files | API for C++

    C++ API Solution to work with XPS files. Learn how to add images to your documents with these native C++ APIs....Method is used to create the brush, and it takes in the path of...

    products.aspose.com/page/cpp/add-images-to-xps/