Indicates whether the PDF document can be edited.
public bool EditEnabled { get; set; }
Public Property EditEnabled As Boolean
true to allow external viewers and editors to edit the PDF document; otherwise, it is false. The default value is true.
The value of EditEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.
If the value of EditEnabled is set to true, then AssemblyEnabled is considered to be true regardless of the value set in the property.
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