C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables editing.
public bool ModifyDocument { get; set; }
Public Property ModifyDocument As Boolean
public bool ModifyDocument {get; set;}
@property (nonatomic, assign) BOOL modifyDocument
public boolean getModifyDocument()
public void setModifyDocument(boolean value)
<br/>get_ModifyDocument();<br/>set_ModifyDocument(value);<br/>Object.defineProperty('ModifyDocument');
true to give the user of the PDF document permission to edit the document.
For an example, refer to CodecsPdfOptions.
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