Skip to main content

RichTextBoxLinkBase.CustomFormatSize Property

Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public Size CustomFormatSize { get; set; }

Property Value

Type Description
Size

A Size value.

Remarks

This setting is in effect if the RichTextBoxLinkBase.PrintFormat property is set to Custom.

See Also