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

    Variable CPDFDocumentPermissionsConst

    CPDFDocumentPermissions: { NONE: string; USER: string; OWNER: string } = ...

    Represents the permissions available for the currently opened document.

    Type Declaration

    • NONE: string

      No restrictions. The document does not have an open password or owner permission password.

    • USER: string

      User permissions. The document can only be viewed and has an owner password set.

    • OWNER: string

      Owner permissions. The current viewer is identified as the owner of the document.