Back to Devexpress

PdfDocument.AllowDocumentAssembling Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-728df077.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace