Property AssembleDocument
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AssembleDocument
Gets or sets a value indicating whether user is allowed to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).
public bool AssembleDocument { get; set; }
Property Value
- bool
true
if user is allowed to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images); otherwise,false
.
Remarks
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.