PageBreakBefore Property (RtfParagraph)
 
            
                In This Topic
            
            Gets or sets the page break before of this paragraph.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property PageBreakBefore As Boolean
             
        
            
            public bool PageBreakBefore {get; set;}
             
        
             
        
            
            
            Property Value
true if page break before, otherwise 
false.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also