Back to Devexpress

PdfPermissionsOptions.EnableCoping Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfpermissionsoptions-f1762f1d.md

latest2.0 KB
Original Source

PdfPermissionsOptions.EnableCoping Property

OBSOLETE

Use the EnableCopying property instead

Specifies the permissions for copying the exported PDF document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
[Obsolete("Use the EnableCopying property instead")]
public bool EnableCoping { get; set; }
vb
<Browsable(False)>
<Obsolete("Use the EnableCopying property instead")>
Public Property EnableCoping As Boolean

Property Value

TypeDescription
Boolean

true to enable document copying; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCoping
PdfPasswordSecurityOptions

.PermissionsOptions .EnableCoping

|

Remarks

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

See Also

EnableCopying

PdfPermissionsOptions Class

PdfPermissionsOptions Members

DevExpress.XtraPrinting Namespace