Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

RichTextBoxLinkBase.PrintFormat Property

Gets or sets a value indicating what size a RichTextBox is printed.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.RichEdit.v19.2.Core.dll

Declaration

[DefaultValue(RichTextPrintFormat.ClientPageSize)]
public RichTextPrintFormat PrintFormat { get; set; }

Property Value

Type Default Description
RichTextPrintFormat **ClientPageSize**

A RichTextPrintFormat enumeration value. The default is ClientPageSize.

Remarks

Use the RichTextBoxLinkBase.InfiniteFormatHeight property to make the printed height of the RichTextBox high enough to fit its contents.

See Also