PdfEncryption

data class PdfEncryption(val ownerPassword: String, val permissions: PdfPermissions, val userPassword: String? = null)

Constructors

Link copied to clipboard
constructor(ownerPassword: String, permissions: PdfPermissions, userPassword: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userPassword: String? = null