Skip to main content

PdfDocument.AllowModifying Property

Indicates whether document modification and assembling is allowed.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool AllowModifying { get; }

Property Value

Type Description
Boolean

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

See Also