PageNumbers.ShowFirstPageNumber Property

True if the page number appears on the first page in the section.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowFirstPageNumber As Boolean
    Get
    Set
'Usage
Dim instance As PageNumbers
Dim value As Boolean

value = instance.ShowFirstPageNumber

instance.ShowFirstPageNumber = value
bool ShowFirstPageNumber { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property to True automatically adds page numbers to a section.

See Also

Reference

PageNumbers Interface

PageNumbers Members

Microsoft.Office.Interop.Word Namespace