Specifies the scope for FindText operations.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public enum FindScope |
Visual Basic (Declaration) |
---|
Public Enumeration FindScope |
Visual C++ |
---|
public enum class FindScope |
Members
Member name | Description | |
---|---|---|
FromBegin | Start search form the document beginning. | |
FromCurrent | Start search from the current position. | |
FromEnd | Enumerates text location types. |