Skip to main content
A newer version of this page is available. .

PdfPermissionsOptions.EnableCopying Property

Specifies the permissions for copying the content of the exported PDF document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue(false)]
public bool EnableCopying { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable copying of the document content; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCopying
PdfPasswordSecurityOptions
.PermissionsOptions .EnableCopying
See Also