Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MhtDocumentImporterOptions.SourceUri Property

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

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v20.2.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:

Library Object Type Path to SourceUri
WinForms Controls RichTextEditDocumentImportOptions
.Mht .SourceUri
Office File API RichEditDocumentImportOptions
.Mht .SourceUri

Remarks

This property is intended to support the internal infrastructure.

See Also