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

    Variable CPDFThemeModeConst

    CPDFThemeMode: { LIGHT: string; DARK: string; SYSTEM: string } = ...

    Set UI theme modes, including light, dark, and follow system modes Default: Follow system

    Type Declaration

    • LIGHT: string

      Light mode, with a primarily white UI

    • DARK: string

      Dark night mode, with a primarily black UI

    • SYSTEM: string

      Follow the current system setting