C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageBreakBehaviorEnum Enumeration

PageBreakBehaviorEnum Enumeration
Enumerates page break options available for elements of a RenderTable.
Syntax
'Declaration
 
Public Enum PageBreakBehaviorEnum 
   Inherits System.Enum
 
Members
MemberDescription
DefaultA page break may be inserted if needed.
MustBreakA page break is always inserted.
NoBreakA page break cannot be inserted.
PreferredBreakIf a page break is needed, it should be inserted here.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageBreakBehaviorEnum

See Also