Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / PageNumberType Class
Members


In This Topic
    PageNumberType Class
    In This Topic
    This class is used to format a page number.
    Syntax
    'Declaration
     
    Public Class PageNumberType 
    'Usage
     
    Dim instance As PageNumberType
    public class PageNumberType 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.PageNumberType

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the separator used for a chapter or sub-chapter.  
    Public PropertyGets or sets the text formatting used for the current section chapter in a document. Value must be between 1 and 9 and represents the heading styles. The default value is 1.  
    Public PropertyGets or sets the format of the page number. The default value is NumberingFormat.decimalNormal.  
    Public PropertyGets or sets the starting page number for the current section of a document. The default value is null, to indicate that it isn't set automatically. When it isn’t set, the resulting PDF document will continue numbering from the highest page number found in the previous section.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    Public Events
     NameDescription
    Public Event  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also