Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,019 for

pattern fill

(0.13 sec)
  1. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...rectangle with the opaque gradient fill ########## 27 path = aspose...(gradient_brush) 39 document. fill (path) 40 ########## 41 42 offset_x...

    docs.aspose.com/page/python-net/ps/working-with...
  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...rectangle with opaque gradient fill ////////// 19 GraphicsPath path...(gradientBrush); 30 document. Fill (path); 31 ////////// 32 33...

    docs.aspose.com/page/net/ps/working-with-transp...
  3. Long context tuning|Documentation

    Configure Aspose.LLM for .NET for 128K-262K contexts — pick the right preset, enable flash attention, quantize the KV cache, and manage memory.... When to use this pattern Summarize or query long documents...as context grows. A typical pattern: At 4K tokens of prompt: 80-100...

    docs.aspose.com/llm/net/use-cases/long-context-...
  4. 高斯模糊 – SVG 滤镜 – C# 代码

    了解如何为高斯模糊滤镜编写 SVG 代码,并查看 C# 示例以对 SVG 元素和位图实现高斯模糊效果。...filter > 18 </ defs > 19 < g fill = "#ffa500" > 20 < rect x =...<rect> element and set the "fill" and "filter" attributes 12...

    docs.aspose.com/svg/zh/net/gaussian-blur/
  5. Supported file formats|Documentation

    File formats supported by Aspose.OMR for C++ for printing templates, scaning or taking a photo of completed forms, and returning recognition results....OMR A recognition pattern used by Aspose.OMR recognition...special .OMR format (JSON-based). Filled forms Aspose.OMR for C++ can...

    docs.aspose.com/omr/cpp/supported-file-formats/
  6. Using XPS graphic utilities | C++

    Discover how to easily create images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for C++...properties - brushes, stroke pattern, opacity, etc. Copy 1 // E...), 100. f )); 20 path -> set_Fill(doc -> CreateSolidColorBrus...

    docs.aspose.com/page/cpp/xps/graphic-utilities/
  7. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...rectangle with opaque gradient fill ////////// 25 System::SharedPtr...SetPaint(gradientBrush); 35 document -> Fill(path); 36 ////////// 37 38 offsetX...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  8. Common SVG Styling and Font Issues – Aspose.SVG...

    Learn how to diagnose and fix SVG styling and font issues, including CSS priority conflicts, font fallback problems, and inconsistent rendering when converting SVG....lowest): Inline styles ( style="fill:red; font-family:Arial;" ) –...priority Presentation attributes ( fill="red" , font-family="Arial"...

    docs.aspose.com/svg/net/common-svg-styling-and-...
  9. Features Overview|Aspose.Slides for Node.js via...

    Discover Aspose.Slides for Node.js via Java: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....Position - Size - Line - Fill (including Pattern, Gradient, Solid) -...

    docs.aspose.com/slides/nodejs-java/features-ove...
  10. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…...are wrong with no logical pattern. Can you point me to the right...(float)height) { // Set the fill color of the rectangle GraphInfo...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...