A newer version of this page is available.
Switch to the current version.
PdfPermissionsOptions.EnableCopying Property
Specifies the permissions for copying the content of the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(false)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool EnableCopying { get; set; }
<DefaultValue(False)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property EnableCopying As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to enable copying of the document content; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 12 property paths
See Also
Feedback