Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocEntryFormatting Class / HidePageNumbersInWebView Property

In This Topic
    HidePageNumbersInWebView Property
    In This Topic
    Gets or sets a value indicating whether to hides tab leader and page numbers in web page view.

    The default value is false.

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