Uses of Enum
com.winnovative_software.EncryptionKeySize
-
Uses of EncryptionKeySize in com.winnovative_software
Methods in com.winnovative_software 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 EncryptionKeySize
Returns 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.winnovative_software with parameters of type EncryptionKeySizeModifier and TypeMethodDescriptionvoid
PdfSecurityOptions.setKeySize
(EncryptionKeySize size) Sets the dimension of the encryption key in the PDF document generated by the HTML to PDF converter.