ClassUserAccessPermissions
Bundles user-access permission settings that control printing, editing, and copying behavior for encrypted PDFs.
Definition
Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Encryption
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class UserAccessPermissions
Inheritance: objectUserAccessPermissions
Constructors
UserAccessPermissions()
Create a new set of user permission flags that control printing, editing, and copying capabilities for an encrypted PDF.
Declaration
public UserAccessPermissions()
Properties
Changing
Gets or sets which content modifications are allowed (for example, assembly, form filling, or commenting).
Declaration
public ChangingPermissionType Changing { get; set; }
Property Value
Copying
Gets or sets the allowed content copying scope, including access for assistive technologies when enabled.
Declaration
public CopyingPermissionType Copying { get; set; }
Property Value
Printing
Gets or sets the permitted printing level, which restricts whether and at what quality the document can be printed.
Declaration
public PrintingPermissionType Printing { get; set; }
Property Value