Removes all conditional instructions from the collection and the document.

Clear()

public bool Clear();
Public Function Clear() As Boolean

Return Value

The return value is true, if all conditional instructions could be removed. Otherwise false. The objects won't be removed, if the TextControl.IsFormFieldValidationEnabled property is set to false or the TextControl.EditMode is set to EditMode.ReadAndSelect and TextControl.DocumentPermissions.ReadOnly to true.