Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

GotoMode Enumeration

Specify the mode of operation for IDocumentView.goto method.

SymbolValueDescription
Absolute0Specified value is an absolute offset.
Relative1Specified value is a relative offset. The resulting value is computed as a sum of the default cursor position and goto offset.
Percent2Specified value is percentage of the total document size.