Back to Devexpress

PrintingOptions.DrawLayoutFromSilverlightRendering Property

officefileapi-devexpress-dot-xtrarichedit-dot-printingoptions-65930e72.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool DrawLayoutFromSilverlightRendering { get; set; }
vb
<Browsable(False)>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property DrawLayoutFromSilverlightRendering As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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

PrintingOptions Class

PrintingOptions Members

DevExpress.XtraRichEdit Namespace