Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,667 for

stroke color

(0.13 sec)
  1. SVG Converter – Convert SVG Using Aspose.HTML f...

    Convert SVG to other formats using Aspose.HTML for Java API. Consider Java example of SVG to image conversion....the shapes, paths, lines, and colors that make up the image. One...cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red'...

    docs.aspose.com/html/java/svg-converter/
  2. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....graphical content, such as colored lines, which can be turned... append ( ap . operators . Stroke ()) page . layers . append...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  3. ShapeBase.coord_origin property | Aspose.Words ...

    ShapeBase.coord_origin property. The coordinates at the top-left corner of the containing block of this shape.... stroke . dash_style = aw . drawing...child2 . fill_color = aspose . pydrawing . Color . red group ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 导航和检测 SVG – Aspose.SVG for Python via .NET

    了解如何使用 Python 检查 SVG、迭代 SVG 元素以及使用 CSS 选择器或 XPath 浏览 SVG。...Attribute: style = stroke - width:5; stroke:FireBrick 8 Element...Attribute: style = stroke - width:10; stroke:DarkCyan 15 Element...

    docs.aspose.com/svg/zh/python-net/navigate-svg/
  5. Modify SVG Styles Programmatically in C# – Aspo...

    Learn how to programmatically modify and normalize SVG styles in C# using Aspose.SVG with DOM-based manipulation and attribute rewriting....presentation attributes ( fill , stroke ) – lowest priority These mechanisms...Element: < line > 2 Style: stroke:grey; stroke - width:5 3 4 Element...

    docs.aspose.com/svg/net/modify-svg-styles-progr...
  6. Microsoft publisher file extension API | C++

    PUB files manipulation API solution. C++ library to parse, process and convert MS Publisher document formats to PDF....including the ability to adjust color. Developers can easily modify...ability to handle Pattern, Color, and Gradient fill. Support...

    products.aspose.com/pub/cpp/
  7. Manage canvases of PS file | .NET

    .NET API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C# code.... Set paint and stroke for the current graphics state...new System.Drawing.SolidBrush(Color.Blue)); //Fill the second rectangle...

    products.aspose.com/page/net/work-with-ps-graph...
  8. SVG Styles in Aspose.SVG – CSS vs Inline vs Att...

    Learn how SVG styles work, compare CSS rules, inline styles, and presentation attributes, and understand styling priority when working with SVG....attributes <rect style="fill: red; stroke-width: 4;" /> CSS rules <style>...inline styles <rect fill="blue" stroke-width="2" /> Presentation attributes...

    docs.aspose.com/svg/net/svg-styles-css-vs-inlin...
  9. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape.... stroke . dash_style = aw . drawing...child2 . fill_color = aspose . pydrawing . Color . red group ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C# 将 SVG 转换为图像、JPG、PNG、BMP、TIFF 和 GIF

    了解支持的 SVG 到图像转换方案以及如何在 C# 中执行它们。您将找到 C# 示例和在线 SVG 转换器... This property sets the color that will fill the background...with with custom background color 2 3 // Prepare SVG code and...

    docs.aspose.com/svg/zh/net/convert-svg-to-image/