All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.security.PdfPrintSecurity Maven / Gradle / Ivy

package com.ironsoftware.ironpdf.security;

/**
 * Enumeration defining levels of PDF user access rights to print a PDF. 

See * {@link SecurityOptions#setAllowUserPrinting(PdfPrintSecurity)}

*/ public enum PdfPrintSecurity { /** * The user may not print the PDF unless they have the Owner password. */ NO_PRINT, /** * The user may only print the PDF at low resolution unless they have the Owner password. */ PRINT_LOW_QUALITY, /** * Users may print the PDF without restriction. */ FULL_PRINT_RIGHTS }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy