A newer version of this page is available.
Switch to the current version.
PdfPermissionsOptions.PrintingPermissions Property
Specifies the permissions for printing the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(PrintingPermissions.None)]
[XtraSerializableProperty]
public PrintingPermissions PrintingPermissions { get; set; }
<DefaultValue(PrintingPermissions.None)>
<XtraSerializableProperty>
Public Property PrintingPermissions As PrintingPermissions
Property Value
Type | Default | Description |
---|---|---|
PrintingPermissions | None |
A PrintingPermissions object, containing the printing permissions. |
Property Paths
You can access this nested property as listed below:
Show 12 property paths
Remarks
Use the PrintingPermissions property, to forbid a document's printing (None), or specify the default printing resolution (LowResolution or HighResolution).
See Also
Feedback