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

    Variable CPDFSignatureTypeConst

    CPDFSignatureType: {
        MANUAL: "manual";
        DIGITAL: "digital";
        ELECTRONIC: "electronic";
    } = ...

    Used to configure the default signing method when signing in the form field of CPDFReaderView, including: digital signature, electronic signature, and manual selection

    Type Declaration

    • ReadonlyMANUAL: "manual"

      Manually select the signature method. Configure this method. When you click the signature form field, a pop-up window will pop up to select the signature method.

    • ReadonlyDIGITAL: "digital"

      Enter the digital signature process

    • ReadonlyELECTRONIC: "electronic"

      Enter the electronic signature process