PreviousSectionProperties.PageNumberType Property
Page Numbering Settings.Represents the element tag in schema: w:pgNumType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PageNumberType As PageNumberType
Get
Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As PageNumberType
value = instance.PageNumberType
instance.PageNumberType = value
public PageNumberType PageNumberType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PageNumberType
Returns PageNumberType.
See Also
Reference
PreviousSectionProperties Class