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.InfiniteFormatHeight Property

Gets or sets a value indicating whether the RichTextBox should be printed with unlimited height.

Namespace: DevExpress.XtraPrintingLinks

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

Declaration

[DefaultValue(false)]
public bool InfiniteFormatHeight { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a RichTextBox should be printed with unlimited height; otherwise, false.

Remarks

If the InfiniteFormatHeight property is set to true, the height value for any RichTextBoxLinkBase.PrintFormat setting is ignored, and RichTextBox is printed with height large enough to fit its contents. It enables display of the RichTextBox contents in the printout in its entirety.

See Also