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

    Variable CPDFDocumentEncryptAlgoConst

    CPDFDocumentEncryptAlgo: {
        RC4: string;
        AES128: string;
        AES256: string;
        NO_ENCRYPT_ALGO: string;
    } = ...

    Specifies the encryption algorithms supported for a PDF document.

    Type Declaration

    • RC4: string

      RC4 encryption algorithm.

    • AES128: string

      AES 128-bit encryption algorithm.

    • AES256: string

      AES 256-bit encryption algorithm.

    • NO_ENCRYPT_ALGO: string

      Indicates that no encryption algorithm is applied.