EnumChangingPermissionType
Enum
Defines permitted document modifications enforced by PDF user-access permissions.
Definition
Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Encryption
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public enum ChangingPermissionType
Fields
AnyExceptExtractingPages
Allows all modifications except extracting pages.
DocumentAssembly
Allows inserting, deleting, and rotating pages.
FormFieldFillingOrSigning
Allows filling existing form fields and signing existing signature fields.
FormFieldFillingOrSigningAndCommenting
Allows commenting, filling form fields, and signing existing signature fields.
Declaration
cs-api-definition
FormFieldFillingOrSigningAndCommenting = 3
Field Value
None
No changes to the document are permitted.