PdfEncryption constructor

PdfEncryption(
  1. PdfDocument pdfDocument
)

Creates an encryption object

Implementation

PdfEncryption(PdfDocument pdfDocument) : super(pdfDocument);