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

    Variable CPDFUiVisibilityModeConst

    CPDFUiVisibilityMode: {
        ALWAYS: "always";
        AUTOMATIC: "automatic";
        NEVER: "never";
    } = ...

    Type Declaration

    • ReadonlyALWAYS: "always"

      Always show UI

    • ReadonlyAUTOMATIC: "automatic"

      Auto hide UI, tap to show

    • ReadonlyNEVER: "never"

      Always hide UI, use gestures to show