PageSeekOrigin

PageSeekOrigin enumeration

Provides the fields that represent reference points in a document for seeking.

public enum PageSeekOrigin

Values

Name Value Description
Begin 0 Specifies the beginning of a document.
End 1 Specifies the end of a document.

Remarks

Learn more

See Also