Uses of Enum
com.ironsoftware.ironpdf.security.PdfPrintSecurity
Packages that use PdfPrintSecurity
-
Uses of PdfPrintSecurity in com.ironsoftware.ironpdf.security
Methods in com.ironsoftware.ironpdf.security that return PdfPrintSecurityModifier 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.Methods in com.ironsoftware.ironpdf.security with parameters of type PdfPrintSecurityModifier and TypeMethodDescriptionfinal void
SecurityOptions.setAllowUserPrinting
(PdfPrintSecurity value) Sets allow user printing.