Enum Direction
The possible directions when navigating in a document.
public enum Direction
Fields
Backward = 1Specifies that the direction is backward.
Forward = 0Specifies that the direction is forward.
The possible directions when navigating in a document.
public enum Direction
Backward = 1Specifies that the direction is backward.
Forward = 0Specifies that the direction is forward.