PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class / Nested Property

In This Topic
    Nested Property (LayoutChangeNewPage)
    In This Topic
    Gets or sets a value indicating whether the currently active page layout should be saved in a stack before applying this LayoutChangeNewPage, to be restored after the associated RenderObject has been fully rendered.
    Syntax
    'Declaration
     
    Public Property Nested As Boolean
    public bool Nested {get; set;}
    See Also