Back to Devexpress

RichTextPrintFormat Enum

windowsforms-devexpress-dot-xtraprintinglinks-a02320cc.md

latest2.1 KB
Original Source

RichTextPrintFormat Enum

Specifies how the RichTextBox is printed via the RichTextBoxLink.

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public enum RichTextPrintFormat
vb
Public Enum RichTextPrintFormat

Members

NameDescription
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.

|

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

PrintFormat

DevExpress.XtraPrintingLinks Namespace