Property AssembleDocument
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AssembleDocument
Gets a value indicating whether it is allowed to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).
public bool AssembleDocument { get; }
Property Value
- bool
true
if it is allowed to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images); otherwise,false
.
Remarks
Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.