Skip to main content

PdfDocument.AllowDocumentAssembling Property

Indicates whether inserting, rotating, or deleting pages and creating navigation elements such as bookmarks is allowed.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool AllowDocumentAssembling { get; }

Property Value

Type Description
Boolean

true, if inserting, rotating, or deleting pages and creating navigation elements such as bookmarks is allowed; otherwise false.

See Also