Skip to main content
All docs
V26.1
  • 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

    public RestrictedHyperlinkRemovalMode RestrictedHyperlinkRemovalMode { get; set; }

    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
    .SecurityLoadingOptions .RestrictedHyperlinkRemovalMode
    See Also