DocumentIterator(SubDocument, Boolean) Constructor
Initializes a new instance of the DocumentIterator class for the specified document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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