ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFStrikeoutAttr

    Attribute configuration for markup annotations (e.g. highlight).

    Controls the highlight color and its opacity.

    interface CPDFStrikeoutAttr {
        color?: `#${string}`;
        alpha?: ColorAlpha;
        type: "strikeout";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    color?: `#${string}`

    Markup color in HEX format (e.g. #1460F3).

    alpha?: ColorAlpha

    Markup opacity. Valid range: 0–255.

    type: "strikeout"

    Read-only discriminator for runtime type checks.