Uses of Enum
com.ironsoftware.ironpdf.security.PdfEditSecurity
-
Uses of PdfEditSecurity in com.ironsoftware.ironpdf.security
Modifier and TypeMethodDescriptionfinal PdfEditSecurity
SecurityOptions.getAllowUserEdits()
Gets allow user edits.static PdfEditSecurity
Returns the enum constant of this type with the specified name.static PdfEditSecurity[]
PdfEditSecurity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
SecurityOptions.setAllowUserEdits
(PdfEditSecurity value) Sets allow user edits.