Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / HyperlinksChanged Property

In This Topic
    HyperlinksChanged Property
    In This Topic
    Gets or sets whether one or more hyperlinks in the document were updated exclusively by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this document.
    Syntax
    'Declaration
     
    Public Property HyperlinksChanged As System.Nullable(Of Boolean)
    public System.Nullable<bool> HyperlinksChanged {get; set;}
    See Also