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

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