Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / PageNumberType Class / PageNumberStart Property


In This Topic
    PageNumberStart Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property PageNumberStart As Nullable(Of Integer)
    'Usage
     
    Dim instance As PageNumberType
    Dim value As Nullable(Of Integer)
     
    instance.PageNumberStart = value
     
    value = instance.PageNumberStart
    public Nullable<int> PageNumberStart {get; set;}
    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