Sets the encryption options for this document.
Esempio n. 1
0
 /// <summary>
 /// Sets the encryption options for this document.
 /// </summary>
 /// <param name="documentSecurity">encryption options</param>
 public void SetPdfDocumentSecurity(DocumentSecurity documentSecurity)
 {
     _documentSecurity = documentSecurity;
 }