Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / PageRefFieldOptions Class / DisplayRelative Property

In This Topic
    DisplayRelative Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property DisplayRelative As System.Boolean
    public System.bool DisplayRelative {get; set;}
    See Also