Skip to main content
A newer version of this page is available. .

DXRichEditMhtDocumentExporterOptions.CssPropertiesExportType Property

Gets or sets how the style sheets properties are exported. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public CssPropertiesExportType CssPropertiesExportType { get; set; }

Property Value

Type Description
CssPropertiesExportType

A CssPropertiesExportType enumeration value specifying the export type.

Property Paths

You can access this nested property as listed below:

Object Type Path to CssPropertiesExportType
DXRichEditDocumentExportOptions
.MhtOptions.CssPropertiesExportType

Remarks

Use the CssPropertiesExportType property to set the location of style sheets before the document is exported.

See Also