Enables or disables editing.

public bool ModifyDocument {get; set;}
public bool ModifyDocument {get; set;}
get_ModifyDocument();
set_ModifyDocument(value);
public:
property bool ModifyDocument {
bool get();
void set ( bool value);
}
'Declaration
Public Property ModifyDocument As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.ModifyDocument = value
value = instance.ModifyDocument
Property Value
true to give the user of the PDF document permission to edit the document.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2