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

    Type Alias DefaultAppearanceProperties

    Defines the default appearance of an annotation.

    type DefaultAppearanceProperties = {
        font?: Font;
        fontSize?: number;
        foreColor?: Color;
    }
    Index

    Properties

    font?: Font

    The Font object.

    fontSize?: number

    The font size in points.

    foreColor?: Color

    The foreground color.