Indicates whether pages can be added or removed from the PDF document.
public bool AssemblyEnabled { get; set; }
Public Property AssemblyEnabled As Boolean
true to allow external viewers and editors to add or remove pages from the PDF document; otherwise, it is false. The default value is true.
The value of AssemblyEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.
The value of AssemblyEnabled is ignored and considered to be true if the value of the EditEnabled property is set to true.
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET