'Declaration <DescriptionAttribute("Indicates whether document can be edited using the DocxDocumentVisualEditor.")> <DefaultValueAttribute(False)> Public Property IsDocumentEditingEnabled As Boolean
[Description("Indicates whether document can be edited using the DocxDocumentVisualEditor.")] [DefaultValue(False)] public bool IsDocumentEditingEnabled { get; set; }
[Description("Indicates whether document can be edited using the DocxDocumentVisualEditor.")] [DefaultValue(False)] public: __property bool get_IsDocumentEditingEnabled(); public: __property void set_IsDocumentEditingEnabled(
bool value
);
[Description("Indicates whether document can be edited using the DocxDocumentVisualEditor.")] [DefaultValue(False)] public:
property bool IsDocumentEditingEnabled { bool get(); void set(bool value); }