Skip to main content

PdfPermissionsOptions.EnableCopying Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool EnableCopying { get; set; }

Property Value

Type Description
Boolean

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