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

In This Topic
    LinksUpToDate Property
    In This Topic
    Gets or sets whether hyperlinks in a document are up-to-date.
    Syntax
    'Declaration
     
    Public Property LinksUpToDate As System.Nullable(Of Boolean)
    public System.Nullable<bool> LinksUpToDate {get; set;}
    See Also