Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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