Class PdfPrintSecurity
Enumeration defining levels of PDF user access rights to print a PDF.
Inheritance
System.Object
PdfPrintSecurity
Namespace: IronPdf.Security
Assembly: IronPdf.dll
Syntax
public sealed class PdfPrintSecurity : Enum
Fields
FullPrintRights
Users may print the PDF without restriction.
Declaration
public const PdfPrintSecurity FullPrintRights
Field Value
Type | Description |
---|---|
PdfPrintSecurity |
NoPrint
The user may not print the PDF unless they have the Owner password.
Declaration
public const PdfPrintSecurity NoPrint
Field Value
Type | Description |
---|---|
PdfPrintSecurity |
PrintLowQuality
The user may only print the PDF at low resolution unless they have the Owner password.
Declaration
public const PdfPrintSecurity PrintLowQuality
Field Value
Type | Description |
---|---|
PdfPrintSecurity |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |