Uses of Enum
com.evopdf.EncryptionKeySize
-
Uses of EncryptionKeySize in com.evopdf
Methods in com.evopdf that return EncryptionKeySizeModifier and TypeMethodDescriptionPdfSecurityOptions.keySize()Gets the dimension of the encryption key in the PDF document generated by the HTML to PDF converter.static EncryptionKeySizeReturns the enum constant of this type with the specified name.static EncryptionKeySize[]EncryptionKeySize.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evopdf with parameters of type EncryptionKeySizeModifier and TypeMethodDescriptionvoidPdfSecurityOptions.setKeySize(EncryptionKeySize size) Sets the dimension of the encryption key in the PDF document generated by the HTML to PDF converter.