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 PdfPrintSecuritySecurityOptions.getAllowUserPrinting()Gets allow user printing.static PdfPrintSecurityReturns 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 voidSecurityOptions.setAllowUserPrinting(PdfPrintSecurity value) Sets allow user printing.