Adds a new editable region to the document. Its position is defined through the Editable
public EditableRegionCollection.AddResult Add(EditableRegion editableRegion);
Public Function Add(ByVal editableRegion As EditableRegion) As EditableRegionCollection.AddResult
Parameter | Description |
---|---|
editable |
Specifies the editable region to add. |
The return value specifies whether the new region has successfully been inserted. It can be one of the Editable