Gets or sets the layout used for the pages when ViewMode is Print.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public C1PageLayout PrintPageLayout { get; set; }
Visual Basic
Public Property PrintPageLayout As C1PageLayout
	Get
	Set
XAML Property Element Usage
<object>
  <object.PrintPageLayout>
    <C1PageLayout .../>
  </object.PrintPageLayout>
</object>

See Also