[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev2

StandardSecurityHandlerRev2 Class

Defines Standard Security Handler Revision 2. This handler uses RC4 encryption with key 40 bit length.

Implements
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public class StandardSecurityHandlerRev2 : StandardSecurityHandler, IPdfDict, IDisposable
Public Class StandardSecurityHandlerRev2
    Inherits StandardSecurityHandler
    Implements IPdfDict, IDisposable

Constructors

Name Description
StandardSecurityHandlerRev2()

Initialize a new instance of the StandardSecurityHandlerRev2 class.

Properties

Name Description
AllowCopyContent

Gets or sets whether the user can copy contents from the PDF document.

AllowEditAnnotations

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

AllowEditContent

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

AllowPrint

Gets or sets whether the user can print the PDF document.

Extension Methods