[]
Gets or sets a value indicating whether to display the position relative to the source bookmark.
Default value is false.
If the PAGEREF field is on the same page as the bookmark, it omits "on page #" and returns "above" or "below" only.
If the PAGEREF field is not on the same page as the bookmark, the string "on page #" is used.
public bool DisplayRelative { get; set; }
Public Property DisplayRelative As Boolean