Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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:

Object Type Path to DrawLayoutFromSilverlightRendering
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