RichTextBoxLinkBase.InfiniteFormatHeight Property
Gets or sets a value indicating whether the RichTextBox should be printed with unlimited height.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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