Enum PdfDocument.PdfSecuritySettings.PdfPrintSecrity
Enumeration defining levels of PDF user access rights to print a PDF.
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public enum PdfPrintSecrity
Fields
Name | Description |
---|---|
FullPrintRights | Users may print the PDF without restriction. |
NoPrint | The user may not print the PDF unless they have the Owner password. |
PrintLowQuality | The user may only print the PDF at low resolution unless they have the Owner password. |