PdfPermissionsOptions.EnableCoping Property
OBSOLETE
Use the EnableCopying property instead
Specifies the permissions for copying the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Browsable(false)]
[Obsolete("Use the EnableCopying property instead")]
[XtraSerializableProperty]
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 |
|
Remarks
The EnableCoping property is now obsolete. Use the PdfPermissionsOptions.EnableCopying property instead.
See Also