Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : EditEnabled Property |
public bool EditEnabled {get; set;}
'Declaration Public Property EditEnabled As Boolean
'Usage Dim instance As PdfDocumentOptions Dim value As Boolean instance.EditEnabled = value value = instance.EditEnabled
public bool EditEnabled {get; set;}
get_EditEnabled();
set_EditEnabled(value);
Object.defineProperty('EditEnabled');
This is one of the owner access rights that can be granted or denied in the created PDF document. For more information, refer to the Protected property.
EditEnabled is only used if the value of Protected is set to true.
Note that EditEnabled is not supported when DocumentType is PdfDocumentType.PdfA.