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