PathCommand

Overview

PathCommand is a class in Aspose.Page FOSS for Python.

Render a path with optional stroke/fill.

Properties: fill, fill_opacity, fill_rule, overprint, path, stroke, and 2 more.

Properties

NameTypeAccessDescription
pathPathReadGets the path.
strokeStrokeStyle | NoneReadGets the stroke.
fillPaint | NoneReadGets the fill.
fill_rulestrReadGets the fill rule.
stroke_paintPaint | NoneReadGets the stroke paint.
overprintboolReadGets the overprint.
fill_opacityfloatReadGets the fill opacity.
stroke_opacityfloatReadGets the stroke opacity.

See Also