Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Permissions

Hierarchy

  • Permissions

Index

Constructors

constructor

  • Parameters

    • rawValue: any

    Returns Permissions

Properties

_rawValue

_rawValue: any

allowAnnotationsModifying

allowAnnotationsModifying: any

allowAssembling

allowAssembling: any

allowContentsModifying

allowContentsModifying: any

allowCopying

allowCopying: any

allowCopyingForAccessibility

allowCopyingForAccessibility: any

allowHighQualityPrinting

allowHighQualityPrinting: any

allowInteractiveFormsModifying

allowInteractiveFormsModifying: any

allowPrinting

allowPrinting: any

Static RawValue

RawValue: { ASSEMBLE: number; COPY: number; COPY_FOR_ACCESSIBILITY: number; FILL_INTERACTIVE_FORMS: number; MODIFY_ANNOTATIONS: number; MODIFY_CONTENTS: number; PRINT: number; PRINT_HIGH_QUALITY: number }

Type declaration

  • ASSEMBLE: number
  • COPY: number
  • COPY_FOR_ACCESSIBILITY: number
  • FILL_INTERACTIVE_FORMS: number
  • MODIFY_ANNOTATIONS: number
  • MODIFY_CONTENTS: number
  • PRINT: number
  • PRINT_HIGH_QUALITY: number

Methods

toRaw

  • toRaw(): any
  • Returns any

Generated using TypeDoc