PdfEncryption constructor

PdfEncryption(
  1. PdfDocument pdfDocument
)

Creates an encryption object

Implementation

PdfEncryption(super.pdfDocument)
    : super(params: PdfDict());