Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrintingOptions.DrawLayoutFromSilverlightRendering Property

Makes the resulting document layout identical to the original document when exporting a rich text document to PDF.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[Browsable(false)]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool DrawLayoutFromSilverlightRendering { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to preserve the original document layout when exporting it to PDF; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DrawLayoutFromSilverlightRendering
WinForms Controls SnapControlOptions
.Printing .DrawLayoutFromSilverlightRendering
RichEditControlOptions
.Printing .DrawLayoutFromSilverlightRendering
WPF Controls RichEditControlOptions
.Printing .DrawLayoutFromSilverlightRendering
Office File API RichEditControlOptionsBase
.Printing .DrawLayoutFromSilverlightRendering

Remarks

Use the DrawLayoutFromSilverlightRendering property to maintain the document layout (as displayed in Silverlight applications) when it is being converted from RTF to PDF.

See Also