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

    Interface CPDFTextAttr

    Attribute configuration for text (note) annotations.

    Controls the color and opacity of the note content.

    interface CPDFTextAttr {
        type: "note";
        color?: `#${string}`;
        alpha?: ColorAlpha;
    }
    Index

    Properties

    Properties

    type: "note"

    Read-only discriminator for runtime type checks.

    color?: `#${string}`

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

    alpha?: ColorAlpha

    Text opacity. Valid range: 0–255.