Uses of Class
com.ironsoftware.ironpdf.security.PdfPrintSecurity
-
Packages that use PdfPrintSecurity Package Description com.ironsoftware.ironpdf.security -
-
Uses of PdfPrintSecurity in com.ironsoftware.ironpdf.security
Methods in com.ironsoftware.ironpdf.security that return PdfPrintSecurity Modifier and Type Method Description PdfPrintSecurity
SecurityOptions. getAllowUserPrinting()
Gets allow user printing.static PdfPrintSecurity
PdfPrintSecurity. valueOf(String name)
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.Methods in com.ironsoftware.ironpdf.security with parameters of type PdfPrintSecurity Modifier and Type Method Description void
SecurityOptions. setAllowUserPrinting(PdfPrintSecurity value)
Sets allow user printing.
-