'Declaration Public Enum C1FindTextAction Inherits System.Enum
public enum C1FindTextAction : System.Enum
'Declaration Public Enum C1FindTextAction Inherits System.Enum
public enum C1FindTextAction : System.Enum
Member | Description |
---|---|
Next | Text search should be performed forward from the current position in a document. |
Previous | Text search should be performed backward from the current position in a document. |
Start | Text search should be performed forward from the beginning of a document. |
System.Object
System.ValueType
System.Enum
C1.Win.Document.C1FindTextAction