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

In This Topic
    PageNumberingChange Property (RenderObject)
    In This Topic
    Gets or sets the PageNumberingChange object defining the page numbering change that will occur when the current object is rendered.
    Syntax
    'Declaration
     
    Public Property PageNumberingChange As PageNumberingChange
    public PageNumberingChange PageNumberingChange {get; set;}
    See Also