Skip to main content

UriExportType Enum

Lists types of paths used in exported documents to specify links to external content.

Namespace: DevExpress.XtraRichEdit.Export.Html

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

Declaration

[ComVisible(true)]
public enum UriExportType

Members

Name Description
Relative

The exported document contains relative paths to external content.

Absolute

The exported document contains absolute paths to external content.

See Also