[]
Defines Standard Security Handler Revision 2. This handler uses RC4 encryption with key 40 bit length.
public class StandardSecurityHandlerRev2 : StandardSecurityHandler, IPdfDict, IDisposable
Initialize a new instance of the StandardSecurityHandlerRev2 class.
public StandardSecurityHandlerRev2()
Gets or sets whether the user can copy contents from the PDF document.
public bool AllowCopyContent { get; set; }
Gets or sets whether the user can edit annotations in the PDF document.
public bool AllowEditAnnotations { get; set; }
Gets or sets whether the user can edit the contents of the PDF document.
public bool AllowEditContent { get; set; }
Gets or sets whether the user can print the PDF document.
public bool AllowPrint { get; set; }