Altsoft Xml2PDF Server Library

PDFEncryption Constructor

Creates new instance with neither access restrictions nor user permissions specified.

Overload List

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);

See Also

PDFEncryption Class | Altsoft.Xml2PDF Namespace