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

In This Topic
    Hyperlink Property
    In This Topic
    Gets or sets a value indicating whether to create a hyperlink to the bookmarked paragraph.

    The default value is false.

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