[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PdfSecurityOptions.AssembleDocumentPermission

AssembleDocumentPermission Property

AssembleDocumentPermission

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.

Declaration
public bool AssembleDocumentPermission { get; set; }
Public Property AssembleDocumentPermission As Boolean