A newer version of this page is available.
Switch to the current version.
PdfPermissionsOptions.EnableCoping Property
Obsolete. 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; }
<Browsable(False)>
<XtraSerializableProperty>
<Obsolete("Use the EnableCopying property instead")>
Public Property EnableCoping As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to enable document copying; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 12 property paths
Remarks
The EnableCoping property is now obsolete. Use the PdfPermissionsOptions.EnableCopying property instead.
See Also
Feedback