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

PdfPermissionsOptions.EnableCoping Property

OBSOLETE

Use the EnableCopying property instead

Specifies the permissions for copying the exported PDF document.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
[XtraSerializableProperty]
[Obsolete("Use the EnableCopying property instead")]
public bool EnableCoping { get; set; }

Property Value

Type Description
Boolean

true to enable document copying; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCoping
PdfPasswordSecurityOptions
.PermissionsOptions.EnableCoping

Remarks

The EnableCoping property is now obsolete. Use the PdfPermissionsOptions.EnableCopying property instead.

See Also