Back to Devexpress

DocumentExportCapabilities.Hyperlinks Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentexportcapabilities.md

latest1.3 KB
Original Source

DocumentExportCapabilities.Hyperlinks Property

Gets or sets whether hyperlinks support is required to export the document correctly.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public bool Hyperlinks { get; set; }
vb
Public Property Hyperlinks As Boolean

Property Value

TypeDescription
Boolean

true if the document contains hyperlinks; otherwise, false.

|

Remarks

Use this property to check for the required formatting capabilities.

See Also

DocumentExportCapabilities Struct

DocumentExportCapabilities Members

DevExpress.XtraRichEdit Namespace