PdfPermissionsOptions.PrintingPermissions Property
Specifies the permissions for printing the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(PrintingPermissions.None)]
public PrintingPermissions PrintingPermissions { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Printing |
None | A Printing |
Available values:
Name | Description |
---|---|
None | Forbids printing of the PDF document, unless the Pdf |
Low |
Permits the PDF document’s printing in low resolution only (150 dpi), unless the Pdf |
High |
Permits the PDF document’s printing in high resolution only, unless the Pdf |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Printing |
---|---|
Pdf |
|
#Remarks
Use the PrintingPermissions property, to forbid a document’s printing (None), or specify the default printing resolution (LowResolution or HighResolution).