Back to Devexpress

PdfDocument.AllowModifying Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-e7259fd9.md

latest1.0 KB
Original Source

PdfDocument.AllowModifying Property

Indicates whether document modification and assembling is allowed.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool AllowModifying { get; }
vb
Public ReadOnly Property AllowModifying As Boolean

Property Value

TypeDescription
Boolean

true , if document modification and assembling is allowed; otherwise false.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace