PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageNumberingChange Property

In This Topic
    PageNumberingChange Property (C1PrintDocument)
    In This Topic
    Gets or sets the PageNumberingChange object applied to the first page of the document.
    Syntax
    'Declaration
     
    Public Property PageNumberingChange As PageNumberingChange
    public PageNumberingChange PageNumberingChange {get; set;}
    See Also