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).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool AssembleDocument { get; set; }
VB
Public Property AssembleDocument As Boolean
Get
Set
Property Value
Type:
Booleantrue if user is allowed to assemble the document
(insert, rotate, or delete pages and create bookmarks or thumbnail
images); otherwise,
false.
See Also