Click or drag to resize
DataRegionEditing Property
Sets or gets a value that indicates whether the DataRegion is editable.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool Editing { get; set; }

Property Value

Type: Boolean
Remarks

After opening the Word document in Aceoffix.OpenModeType.docSubmitForm mode, only the DataRegions with Editing=true are editable. Besides those editable DataRegions, the document is read-only.

This function is used to control the editable regions in Word document or to make Word document as an input Form for users.

Examples

Please refer to the OpenDataRegion(String) method topic to learn how to make the DataRegion editable.

See Also