Skip to main content

MhtDocumentImporterOptions.SourceUri Property

Overrides the corresponding property of the base class to hide it.

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public override string SourceUri { get; set; }

Property Value

Type Description
String

An empty string.

Property Paths

You can access this nested property as listed below:

Object Type Path to SourceUri
RichEditDocumentImportOptions
.Mht .SourceUri

Remarks

This property is intended to support the internal infrastructure.

See Also