[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev2

Class StandardSecurityHandlerRev2

Namespace
GrapeCity.Documents.Pdf.Security
Assembly
GcDocs.Pdf.dll

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

public class StandardSecurityHandlerRev2 : StandardSecurityHandler, IPdfDict, IDisposable
Inheritance
object
StandardSecurityHandlerRev2
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

StandardSecurityHandlerRev2()

Initialize a new instance of the StandardSecurityHandlerRev2 class.

public StandardSecurityHandlerRev2()

Properties

AllowCopyContent

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

public bool AllowCopyContent { get; set; }

Property Value

bool

AllowEditAnnotations

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

public bool AllowEditAnnotations { get; set; }

Property Value

bool

AllowEditContent

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

public bool AllowEditContent { get; set; }

Property Value

bool

AllowPrint

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

public bool AllowPrint { get; set; }

Property Value

bool