Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,687 for

stroke color

(1.34 sec)
  1. Extract Table from PDF Document|Aspose.PDF for ...

    Aspose.PDF for .NET makes it possible to carry out various manipulations with the tables contained in your pdf document.... Color fillColor = System . Drawing . Color . FromArgb...Drawing . Color strokeColor = System . Drawing . Color . FromArgb...

    docs.aspose.com/pdf/net/extract-table-from-exis...
  2. 将 SVG 转换为 PDF – C# 代码和在线转换器

    使用 Aspose.HTML for .NET 将 SVG 转换为 PDF。在 C# 示例中考虑各种 SVG 到 PDF 的转换方案。尝试在线 SVG 转换器。...r ='50' fill='none' stroke='red' stroke-width='5' />" + 6 "</svg>"...document. This property sets the color that will fill the background...

    docs.aspose.com/html/zh/net/convert-svg-to-pdf/
  3. Extract Table from PDF|Aspose.PDF for C++

    Aspose.PDF for C++ makes it possible to carry out various manipulations with the tables contained in your pdf document. You may add and extract a table in the existing PDF document, render table on a new page and etc....Drawing :: Color fillColor = System :: Drawing :: Color :: FromArgb...Drawing :: Color strokeColor = System :: Drawing :: Color :: FromArgb...

    docs.aspose.com/pdf/cpp/extract-table-from-exis...
  4. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...( "stroke" , "white" ) 23 circle. set_attribute ( "stroke-width"...24 circle. set_attribute ( "stroke-dasharray" , "1 3" ) 25 circle...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/
  5. Working with Clips in PostScript | C++

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...by 1 bpp (bits per pixel) 2-color image as a stencil mask; At...place of the filled rectangle. Stroke with a dashed line the bounds...

    docs.aspose.com/page/cpp/ps/working-with-clips/
  6. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...by 1 bpp (bits per pixel) 2-color image as a stencil mask; At...place of the filled rectangle. Stroke with a dashed line the bounds...

    docs.aspose.com/page/net/ps/working-with-clips/
  7. 路径生成器 – Path Builder – 创建 SVG 路径 – Aspose.SVG

    了解如何使用 Aspose.SVG for .NET 中的 PathBuilder 以编程方式创建 SVG 路径。PathBuilder 使创建和操作 SVG 路径变得更加简单。...the fill color of the path to teal 23 . Fill (Color. Teal ))...Fill (f => f. None ()). Stroke (Color. IndianRed ). Transform...

    docs.aspose.com/svg/zh/net/path-builder/
  8. 将 SVG 转换为 PNG – C# 代码和在线转换器

    使用 Aspose.HTML for .NET 将 SVG 转换为 PNG。在 C# 示例中考虑各种 SVG 到 PNG 的转换方案。尝试在线 SVG 转换器。...r ='60' fill='none' stroke='red' stroke-width='10' />" + 6 "</svg>"...is . This property sets the color that will fill the background...

    docs.aspose.com/html/zh/net/convert-svg-to-png/
  9. Aspose::Words::Drawing::ShadowFormat::Clear met...

    Aspose::Words::Drawing::ShadowFormat::Clear method. Clears shadow format in C++....> ( get_MyDir () + u "Shape stroke pattern border.docx" ); auto...Aspose::Words::Drawing::ShadowFormat::get_Color method...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Create SVG File, Load and Read SVG in Python – ...

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API....SVG document that contains a color-filled circle with a radius...radius of 50 pixels and colored stroke. Copy 1 from aspose. svg import...

    docs.aspose.com/svg/python-net/create-svg-file/