Skip to main content

RichTextBoxLinkBase.InfiniteFormatHeight Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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