AssembleDocumentPermission Property
In This Topic
Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images. The default value is true.
If you want to prevent a user from inserting/rotating/deleting pages , you need to set ModifyDocumentPermission = false as well.
Syntax
public System.bool AssembleDocumentPermission {get; set;}
See Also