Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / AppendPageNumber Method
PageNumberFormat value indicating the format to use for the page number. This value can be null.


In This Topic
    AppendPageNumber Method
    In This Topic
    Appends a page number placeholder at the end of the paragraph.
    Syntax
    'Declaration
     
    Public Function AppendPageNumber( _
       Optional ByVal pnf As Nullable(Of PageNumberFormat) _
    ) As Paragraph
    'Usage
     
    Dim instance As Paragraph
    Dim pnf As Nullable(Of PageNumberFormat)
    Dim value As Paragraph
     
    value = instance.AppendPageNumber(pnf)
    public Paragraph AppendPageNumber( 
       Nullable<PageNumberFormat> pnf
    )

    Parameters

    pnf
    PageNumberFormat value indicating the format to use for the page number. This value can be null.

    Return Value

    This paragraph with the page number placeholder appended.
    Remarks
    The property Section.PageNumberType can be used to format page numbers.
    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