ShapeFormatOption: {
    fill: string;
    stroke: string;
}

The shape format option is used to define how shapes are being drawn. See ShowRectAreaOnPage for an example.

Type declaration

  • fill: string

    The fill color to use. Default is an empty value, meaning no fill color.

  • stroke: string

    The stroke color to use. Default is an empty value, meaning no stroke color.

Generated using TypeDoc