DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias HatchBrushProperties

    Provides settings for creating a brush with hatch style.

    type HatchBrushProperties = {
        backColor?: Color;
        foreColor?: Color;
        style?: HatchStyle;
    }
    Index

    Properties

    backColor?: Color

    The color of spaces between the hatch lines.

    foreColor?: Color

    The color of hatch lines.

    style?: HatchStyle

    The hatch style of the HatchBrush.