DocumentIterator(SubDocument, Boolean) Constructor
Initializes a new instance of the DocumentIterator class for the specified document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | SubDocument | A SubDocument instance through which the document iterator will traverse. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| visibleTextOnly | Boolean | False | true, if the iterator should visit only visible text; otherwise, false. |
See Also