C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderGraphics Class / LayoutChangeBefore Property

In This Topic
LayoutChangeBefore Property (RenderGraphics)
In This Topic
Gets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object.
Syntax
'Declaration
 
Public Property LayoutChangeBefore As LayoutChangeBase
 
Remarks
LayoutChangeBase is an abstract class. Instances of the following non-abstract classes derived from it can be assigned to this property:
  • Does not insert a break. Provides the ability to change page layout for the next page without interrupting the current flow.
  • Inserts a line break in the inline flow. Does not break the block flow.
  • Starts a new column in a multi-column layout, or a new page otherwise.
  • Starts a new page.
See Also