public bool ModifyDocument {get; set;}
'Declaration
Public Property ModifyDocument As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.ModifyDocument = value
value = instance.ModifyDocument
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');
public:
property bool ModifyDocument {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to edit the document.