Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichTextPrintFormat Enum

Specifies how the RichTextBox is printed via the RichTextBoxLink.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#Declaration

public enum RichTextPrintFormat

#Members

Name Description

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

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

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

#Related API Members

The following properties accept/return RichTextPrintFormat values:

#Remarks

Use this enumeration’s members to specify how the width of the RTF contents is calculated when generating a Print Document via the RichTextBoxLink. This enumeration’s values are used by the RichTextBoxLinkBase.PrintFormat property.

See Also