Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,004 for

pattern fill

(0.2 sec)
  1. 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/
  2. 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...
  3. Optical Mark Recognition API for C++ | Aspose

    Generate machine-readable answer sheets, surveys, ballots, questionnaires, and other OMR forms, and extract optical marks from scanned images and photos within C and C++ applications....applications, and other hand-filled uniform documents. We will...design and recognizing its filled copies. Developer-friendly...

    products.aspose.com/omr/cpp/
  4. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...properties - brushes, stroke pattern, opacity, etc. Copy 1 // Using...rectangular path (image box) to fill with the image; Applying an...

    docs.aspose.com/page/java/xps/graphic-utilities/
  5. Rendering Reports Programmatically|Aspose.Words...

    How to render report without report viewer and report manager interfaces using the Aspose.Words for Reporting Services....code to your application and fill in the required settings according...add them as the following pattern shows: List < Microsoft . Reporting...

    docs.aspose.com/words/reportingservices/renderi...
  6. 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-...
  7. 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/
  8. 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-...
  9. 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...
  10. 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...