Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentIterator(DocumentRange, Boolean) Constructor

Initializes a new instance of the DocumentIterator class for the specified document range.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DocumentIterator(
    DocumentRange range,
    bool visibleTextOnly = false
)

Parameters

Name Type Description
range DocumentRange

A DocumentRange object that is the range the iterator should traverse.

Optional Parameters

Name Type Default Description
visibleTextOnly Boolean False

true, if the iterator should visit only visible text; otherwise, false.

See Also