CPDFDocumentPermissionInfo constructor

const CPDFDocumentPermissionInfo({
  1. required bool allowsPrinting,
  2. required bool allowsHighQualityPrinting,
  3. required bool allowsCopying,
  4. required bool allowsDocumentChanges,
  5. required bool allowsDocumentAssembly,
  6. required bool allowsCommenting,
  7. required bool allowsFormFieldEntry,
})

Implementation

const CPDFDocumentPermissionInfo({
  required this.allowsPrinting,
  required this.allowsHighQualityPrinting,
  required this.allowsCopying,
  required this.allowsDocumentChanges,
  required this.allowsDocumentAssembly,
  required this.allowsCommenting,
  required this.allowsFormFieldEntry,
});