RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / PrintPageLayout Property

In This Topic
    PrintPageLayout Property (C1RichTextBox)
    In This Topic
    Gets or sets the layout used for the pages when C1RichTextBox.ViewMode is TextViewMode.Print.
    Syntax
    'Declaration
     
    
    Public Property PrintPageLayout As C1PageLayout
    public C1PageLayout PrintPageLayout {get; set;}
    See Also