Class
UserAccessPermissions

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:

cs-api-definition
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

cs-api-definition
public UserAccessPermissions()

Properties

Changing

Gets or sets which content modifications are allowed (for example, assembly, form filling, or commenting).

Declaration

cs-api-definition
public ChangingPermissionType Changing { get; set; }

Property Value

ChangingPermissionType

Copying

Gets or sets the allowed content copying scope, including access for assistive technologies when enabled.

Declaration

cs-api-definition
public CopyingPermissionType Copying { get; set; }

Property Value

CopyingPermissionType

Printing

Gets or sets the permitted printing level, which restricts whether and at what quality the document can be printed.

Declaration

cs-api-definition
public PrintingPermissionType Printing { get; set; }

Property Value

PrintingPermissionType