Back to Devexpress

PdfPermissionsOptions.EnableCopying Property

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

latest1.6 KB
Original Source

PdfPermissionsOptions.EnableCopying Property

Specifies the permissions for copying the content of the exported PDF document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public bool EnableCopying { get; set; }
vb
<DefaultValue(False)>
Public Property EnableCopying As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable copying of the document content; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCopying
PdfPasswordSecurityOptions

.PermissionsOptions .EnableCopying

|

See Also

PdfPermissionsOptions Class

PdfPermissionsOptions Members

DevExpress.XtraPrinting Namespace