Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / Bookmark Property

In This Topic
    Bookmark Property (SeqFieldOptions)
    In This Topic
    Gets or sets the bookmark name that refers to an item elsewhere in the document rather than in the current location.

    Default value is a null reference (Nothing in Visual Basic).

    Syntax
    'Declaration
     
    Public Property Bookmark As System.String
    public System.string Bookmark {get; set;}
    See Also