Skip to main content
A newer version of this page is available. .

RichTextBoxLinkBase.PrintFormat Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.RichEdit.v18.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.

Available values:

Name Description
ClientPageSize

A RichTextBox is printed using the page width specified by the PrintingSystem.PageSettings of a link’s PrintingSystem.

RichTextBoxSize

A RichTextBox is printed using the Width property value of the RichTextBox control.

Custom

A RichTextBox is printed using the width specified via the RichTextBoxLinkBase.CustomFormatSize property.

Remarks

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

See Also