Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocPageNumberOptions Class / ShowPageNumbers Property

In This Topic
    ShowPageNumbers Property
    In This Topic
    Gets or sets a value indicating whether to show page numbers for TOC entries.

    The default value is true.

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