Creates new instance with neither access restrictions nor user permissions specified.
Creates new instance with neither access restrictions nor user permissions specified.
public PDFEncryption();
Creates new instance with access restrictions specified and forces PDF to be encrypted within ownerPassword.
public PDFEncryption(AccessPermissions,string);
Creates new instance with access restrictions specified and forces PDF to be encrypted within ownerPassword and userPassword.
public PDFEncryption(AccessPermissions,string,string);
PDFEncryption Class | Altsoft.Xml2PDF Namespace