Gets a value indicating whether it is allowed to assemble the document (insert, rotate,
or delete pages and create bookmarks or thumbnail images).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool AssembleDocument { get; }
VB
Public ReadOnly Property AssembleDocument As Boolean
Get
Property Value
Type:
Booleantrue if it is allowed to assemble the document (insert, rotate, or delete pages
and create bookmarks or thumbnail images); otherwise,
false.
See Also