[]
        
(Showing Draft Content)

C1.C1Preview.Export.PdfSecurity

PdfSecurity Class

Represents security properties of a PDF document.

Inheritance
PdfSecurity
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class PdfSecurity

Constructors

Name Description
PdfSecurity()

Initializes a new instance of the PdfSecurity class.

Properties

Name Description
AllowCopyContent

Gets or sets a value indicating whether the user can copy contents of the PDF document.

AllowEditAnnotations

Gets or sets whether the user can edit annotations in the PDF document.

AllowEditContent

Gets or sets a value indicating whether the user can edit the contents of the PDF document.

AllowPrint

Gets or sets a value indicating whether the user can print the PDF document.

Encryption

Gets or sets the type of encryption used when generating a password-protected PDF document.

OwnerPassword

Gets or sets the password required to change permissions for the PDF document.

UserPassword

Gets or sets the password required to open the PDF document.

Methods

Name Description
AssignFrom(PdfSecurity)

Assigns (copies) properties from another PdfSecurity to the current object.