PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class / Nested Property

In This Topic
    Nested Property
    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