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

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

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