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