WordProcessingSecurityLoadingOptions.RestrictedHyperlinkRemovalMode Property
Gets or sets what hyperlinks should be removed from a loaded document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| RestrictedHyperlinkRemovalMode | An enumeration value that specifies what hyperlinks should be removed from a loaded document. |
Available values:
| Name | Description |
|---|---|
| None | No restricted hyperlinks are removed. |
| Full | Restricted hyperlinks are fully removed. |
| UriOnly | Only the URI of restricted hyperlinks is removed. The display text is preserved. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RestrictedHyperlinkRemovalMode |
|---|---|
| RichEditDocumentServerOptions |
|
See Also