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

In This Topic
    Bookmark Property (PageRefFieldOptions)
    In This Topic
    Gets or sets the bookmark name for a cross-reference.
    Syntax
    'Declaration
     
    Public Property Bookmark As System.String
    public System.string Bookmark {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set a null reference (Nothing in Visual Basic) or empty string.
    See Also